Skip to content

Instantly share code, notes, and snippets.

@benkaiser
Created March 28, 2013 01:49
Show Gist options
  • Save benkaiser/5259837 to your computer and use it in GitHub Desktop.
Save benkaiser/5259837 to your computer and use it in GitHub Desktop.
Check if variable was initialised from JSON file.
$(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