| Issue 602: | $("#loading").show(); issue | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hey there,
I have an issue where my "#loading" div is being shown the entire time, and is not hiding after the JSON call is being made.
Here's what my javascript looks like:
loading: function(bool) {
if (bool) $('#loading').show();
else $('#loading').hide();
}
And the DIV for the loading is as such:
<div id="loading" style="display:none;>
loading...
</div>
Basically, I load the page, and the "loading" div is shown, but it never hides. It is always static.
Anyone else run into this issue at all? Any ideas?
Thanks.
Aug 12, 2010
#1
KyleRe...@gmail.com
Aug 25, 2010
glad you got it to work
Status:
Done
|
|
| ► Sign in to add a comment |