Posted On: Feb 22, 2018
The $.noConflict() is used to provide the $ variable to the library that is implemented first. It is used to resolve any conflicts between the $ objects of other libraries and $ variables that represent jQuery.
Example
$.noConflict
Code that uses $ object of other libraries can be written here without any conflict between the $ (i.e), jQuery.
Never Miss an Articles from us.
jQuery is a lightweight JavaScript library which gives a quick and simple method for HTML DOM traversing and manipulati..
There are many advantages of JQuery. Some of them are :It is more like a JavaScript enhancement so there is no overhea..
There are 3 types of selectors in JqueryCSS Selector XPath Selector Custom Selector..