[jQuery] Re: JSON Jquery Load Animated GIF

2008-10-11 Thread stuartloxton
I would probably use $('#loading').remove(); because I doubt your going to put the loading bar back in. End script: $(document).ready(function(){ $.getJSON("scripts/data/country_data.js",function(jsonData) { $.each(jsonData, function(key,object) {

[jQuery] Re: JSON Jquery Load Animated GIF

2008-10-11 Thread Michael Geary
Remove that first script completely, and in your getJSON callback, add: $('#loading').hide(); -Mike > From: prakash123 > > I have an animated GIF load, till the DOM is loaded > > > > Loading Tax Software ... Please > wait... > > > var ld=(document.all); > var ns4=document.layer