Created
March 28, 2013 01:49
-
-
Save benkaiser/5259837 to your computer and use it in GitHub Desktop.
Check if variable was initialised from JSON file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(document).ready(function() { | |
if(data !== undefined){ | |
// the data loaded just fine | |
loaded = true; | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment