Skip to content

Instantly share code, notes, and snippets.

@dhargitai
Created May 26, 2014 05:27
Show Gist options
  • Save dhargitai/8925452441dfcb72faae to your computer and use it in GitHub Desktop.
Save dhargitai/8925452441dfcb72faae to your computer and use it in GitHub Desktop.
Define jQuery the right way
(function($) {
$(document).ready(function() {
});
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment