Skip to content

Instantly share code, notes, and snippets.

@m5wdev
Created May 4, 2018 07:08
Show Gist options
  • Save m5wdev/780e5fb83930dd4f53f53c6ad1dedd82 to your computer and use it in GitHub Desktop.
Save m5wdev/780e5fb83930dd4f53f53c6ad1dedd82 to your computer and use it in GitHub Desktop.
jQuery: Uncaught TypeError: $ is not a function
(function($) {
$(document).ready(function() {
// ...
});
}(jQuery));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment