Easy Tutorial
❮ Ajax Param Html Prepend ❯

jQuery Miscellaneous noConflict() Method

jQuery Miscellaneous Methods

Example

Use the noConflict() method to assign a new name to the jQuery variable:


Definition and Usage

The noConflict() method releases the jQuery control of the variable $.

This method can also be used to assign a new custom name to the jQuery variable.

Tip: This method is useful when other JavaScript libraries use $ for their functions.


Syntax

Parameter Description
removeAll Optional. Boolean value that specifies whether to release the jQuery control of all jQuery variables (including "jQuery").

jQuery Miscellaneous Methods

❮ Ajax Param Html Prepend ❯