[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('/?php echo $url ; ?/profile/', function(){ $('#load').fadeOut().remove(); }); On Aug 6, 9:17 am,

[jQuery] Re: Remove help

2009-08-06 Thread Dave Maharaj :: WidePixels.com
(); }); }); return false; }); Dave -Original Message- From: amuhlou [mailto:amysch...@gmail.com] Sent: August-06-09 10:56 AM To: jQuery (English) Subject: [jQuery] Re: Remove help where is the click function in your javascript? I don't see it in the snippet you posted. it may work better