Skip to content

Instantly share code, notes, and snippets.

@plavet
Created May 27, 2012 11:15
Show Gist options
  • Save plavet/2806211 to your computer and use it in GitHub Desktop.
Save plavet/2806211 to your computer and use it in GitHub Desktop.
Jquery - Ready Function noConflict
jQuery.noConflict();
(function($) {
$(function() {
});
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment