I’m using a jQuery function to load external content from another page on my server.
I want to add some sleek effects, but I just kind find where I can place a simple FadeIn.
Any help would be great.
function load2() {
jQuery('#container').load.('mypage.php', function() { });
}
Thanks!
This should do the trick