[jQuery] Re: Remove help

2009-08-06 Thread Dave Maharaj :: WidePixels.com
e').fadeIn('fast'); _ajaxInit(); }); }); return false; }); Dave -----Original Message- From: amuhlou [mailto:amysch...@gmail.com] Sent: August-06-09 10:56 AM To: jQuery (English) Subject: [jQuery] Re:

[jQuery] Re: Remove help

2009-08-06 Thread amuhlou
where is the click function in your javascript? I don't see it in the snippet you posted. it may work better to fade out the loading div as a callback to your load method: $('#content').load('//profile/', function(){ $('#load').fadeOut().remove(); }); On Aug 6, 9:17 am, "Dave Maharaj :: Wid