Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

jquery noconflict

// Do something with the new jQuery
dom.query( "div p" ).hide();
 
// Do something with another library's $()
$( "content" ).style.display = "none";
 
// Do something with another version of jQuery
jQuery( "div > p" ).hide();
Source by api.jquery.com #
 
PREVIOUS NEXT
Tagged: #jquery #noconflict
ADD COMMENT
Topic
Name
4+7 =