jquery no conflict
jQuery.noConflict()
Example: Creates a different alias instead of jQuery to use in the rest of the script.
var j = jQuery.noConflict();
// Do something with jQuery
j("div p").hide();
// Do something with another library's $()
$("content").style.display = 'none';
jquery no conflict
Reviewed by Bhaumik Patel
on
7:22 PM
Rating: