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) {
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
2 matches
Mail list logo