Re: [jQuery] Show Loading

2009-11-10 Thread Nathan Bubna
I was working on adding this feature to the loading plugin a few weeks ago. I finished it today: http://jquery-values.googlecode.com/svn/other/loading/jquery.loading.js On Tue, Nov 10, 2009 at 11:17 AM, Dave Maharaj :: WidePixels.com wrote: > Is there a way that when your loading content to dis

[jQuery] Show Loading

2009-11-10 Thread Dave Maharaj :: WidePixels.com
Is there a way that when your loading content to display the loading div for a minimum amount of time? I am requesting Ajax grab some content for me and while its doing so I show the loading spinner but in some cases it just flashes for a millisecond and gone. Can it be set to show for a minimum

[jQuery] Show loading gif onclick, hide when iframe is loaded

2008-08-19 Thread hubbs
I know how to show a loading gif when a link is clicked, but is it possible to know when the page is finished loading inside of an iframe, so that I can then hide the loading gif?