Core
jQuery.holdReady
hold Indicates whether the ready hold is being requested or released
jQuery
Accepts a string containing a CSS selector which is then used to match a set of elements.
jQuery.noConflict
removeAll A Boolean indicating whether to remove all jQuery variables from the global scope (including jQuery itself).
jQuery.sub
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.
jQuery.when
Provides a way to execute callback functions based on one or more objects, usually Deferred objects that represent asynchronous events.


