[jQuery] Re: Display Loading Image While Ajax Content Loads

2009-01-19 Thread jinscoe
(); }); Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com On Fri, Jan 16, 2009 at 10:20 PM, jinscoe jackins...@gmail.com wrote: Whoops! I'm so used to getting email notifications for discussions...I just figured no one had replied! So sorry for not coming back. Thank you both for your

[jQuery] Re: Display Loading Image While Ajax Content Loads

2009-01-16 Thread jinscoe
with this. // display loading animation here $(#ajax_content).load('/sourcefiles/example.html', {}, function() {   // hide loading animation here }); However I'm still not sure if it will actually wait till images are downloaded. On Jan 14, 7:14 am, jinscoe jackins...@gmail.com wrote

[jQuery] Display Loading Image While Ajax Content Loads

2009-01-14 Thread jinscoe
Hello - I'm sorry if this posts twiceits been about 30 minutes or so since I last attempted and I still haven't seen my discussion pop up. I would guess this is a fairly easy task and I'm just missing the boat, because you see loading images everywhere with ajax loading. Here is my

[jQuery] Display Loading Image While Ajax Content Loads

2009-01-14 Thread jinscoe
This seems like it should just be trivial to implement, because you see it everywhere...but I'm just not having much luck. I have a website that is setup, pretty much like a slideshow - I have a forward and back button and the div in which they load is right above. I am using this bit of code to

[jQuery] Re: Ajax window in jqModal not loading javascript

2007-11-09 Thread jinscoe
I goofed when typing in the script include, i have been closing the script tag. head script type=text/javascript src = /js/filebrowser.js/script /head