Skip to content

Instantly share code, notes, and snippets.

@javidjamae
Created July 2, 2015 23:53
Show Gist options
  • Save javidjamae/3cf910c025e2d33cb8cc to your computer and use it in GitHub Desktop.
Save javidjamae/3cf910c025e2d33cb8cc to your computer and use it in GitHub Desktop.
Console command to determine whether jQuery has loaded properly
jQuery(document).ready(function(){ alert("hi"); })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment