jQuery

jQuery Intro

jQuery Intro Quiz

jQuery Intro Exercise

jQuery Basic

jQuery Basic Quiz

jQuery Basic Exercise

jQuery Advance

jQuery Advance Quiz

jQuery Advance Exercise

jQuery Selectors

jQuery Effects

jQuery Events

jQuery Methods and Properties

jQuery Traversing

jQuery CSS and HTML Methods

jQuery Misc noConflict() Method

Jquery noConflict() Method

 

 

The noConflict() method is used to release jQuery control of the $ variable. It can also be used to specify a new custom name for the jQuery variable. It is useful when all other JavaScript libraries use the $ for their own functions.

 

Syntax:-

 

Its syntax is:- $.noConflict(removeAll)

 

Further Explanation:-

 

Parameter Description
removeAll Optional. A Boolean value that specifies whether or not to release jQuery control of ALL jQuery variables.

Code Explanation

All Tutorials related to jQuery Methods and Properties

All Sections related to jQuery