[jQuery] Fade a load help
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18702"></HEAD>
<BODY>
<DIV><FONT size=2 face="Trebuchet MS"><SPAN class=047221417-03062009>I have
pretty much what I need except i want the load content to
fade-in.</SPAN></FONT></DIV>
<DIV><FONT size=2 face="Trebuchet MS"><SPAN
class=047221417-03062009></SPAN></FONT> </DIV>
<DIV><FONT size=2 face="Trebuchet MS"><SPAN
class=047221417-03062009>$("a.edit_profile").click(function(){<BR> var
url_id = $(this).attr('href');<BR> $("#user_profile").fadeTo("slow",
0.01, function(){<BR> $("#loading").fadeIn("fast", function()
{
<BR> $("#user_profile").slideUp("slow", function()
{<BR> $("#profile_edit").load( url_id ,
function(){<BR> $("#loading").hide(function(){<BR> $("#user_profile").fadeIn("slow"); <-
its already loaded so fade in here is
pointless<BR> });
<BR> });
<BR> });<BR> });<BR> return
false;});<BR> });</SPAN></FONT></DIV>
<DIV><FONT size=2 face="Trebuchet MS"></FONT> </DIV>
<DIV><SPAN class=047221417-03062009><FONT size=2 face="Trebuchet MS">How can I
fade the load content in?</FONT></SPAN></DIV>
<DIV><SPAN class=047221417-03062009><FONT size=2
face="Trebuchet MS">thanks</FONT></SPAN></DIV>
<DIV><SPAN class=047221417-03062009></SPAN> </DIV>
<DIV align=left><FONT size=2 face=Arial>Dave </FONT></DIV></BODY></HTML>