Skip to content

Instantly share code, notes, and snippets.

@vienhoang
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vienhoang/5b5c422fcd318336381e to your computer and use it in GitHub Desktop.
Save vienhoang/5b5c422fcd318336381e to your computer and use it in GitHub Desktop.
jQuery: jQuery start, selfinvoking
// Self invoking function, use $ for referencing jQuery so the $ don't clash with other libraries
(function($){
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment