Skip to content

Instantly share code, notes, and snippets.

@kevinohara80
Created May 20, 2013 16:10
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 kevinohara80/5613284 to your computer and use it in GitHub Desktop.
Save kevinohara80/5613284 to your computer and use it in GitHub Desktop.
// return the value of $ back to it's original owner
jQuery.noConflict();
(function($) {
// code
}(jQuery));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment