jQuery.noConflict( [removeAll ] )Returns: Object
Description: Relinquish jQuery's control of the $
variable.
-
version added: 1.0jQuery.noConflict( [removeAll ] )
- removeAllType: BooleanA Boolean indicating whether to remove all jQuery variables from the global scope (including jQuery itself).
-