Skip to content

Instantly share code, notes, and snippets.

@hauntedhost
Created October 29, 2013 22:34
Show Gist options
  • Select an option

  • Save hauntedhost/7223912 to your computer and use it in GitHub Desktop.

Select an option

Save hauntedhost/7223912 to your computer and use it in GitHub Desktop.
jQuery.noConflict();
(function ($) {
// your code in here can safely use $ for jQuery
})(jQuery);
// code using $ for another library
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment