Skip to content

Instantly share code, notes, and snippets.

@MaraScott
Created February 22, 2013 03:33
Show Gist options
  • Select an option

  • Save MaraScott/5010518 to your computer and use it in GitHub Desktop.

Select an option

Save MaraScott/5010518 to your computer and use it in GitHub Desktop.
Name : noConflict() - Language : javascript - type : function - platform : jQuery - tag :
var j = jQuery.noConflict();
// Do something with jQuery
j("div p").hide();
// Do something with another library's $()
$("content").style.display = 'none';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment