Issue 602: $("#loading").show(); issue
Status:  Done
Owner: ----
Closed:  Aug 2010
Reported by KyleRe...@gmail.com, Aug 11, 2010
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
Nevermind, I figured it out!  There was an issue in my "events" call.  
Aug 25, 2010
Project Member #2 adamrs...@gmail.com
glad you got it to work
Status: Done