-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.json
More file actions
58 lines (58 loc) · 53.8 KB
/
index.json
File metadata and controls
58 lines (58 loc) · 53.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[
{
"name":"Ajax",
"slug":"ajax",
"entries":[],
"subcats":[{
"name":"Global Ajax Event Handlers",
"slug":"global-ajax-event-handlers",
"entries":[{
"title":".ajaxComplete()",
"desc":"Register a handler to be called when Ajax requests complete. This is an...",
"slug":"ajaxComplete"
},
{
"title":".ajaxError()",
"desc":"Register a handler to be called when Ajax requests complete with an err...",
"slug":"ajaxError"
},
{
"title":".ajaxSend()",
"desc":"Attach a function to be executed before an Ajax request is sent. This i...",
"slug":"ajaxSend"
},
{
"title":".ajaxStart()",
"desc":"Register a handler to be called when the first Ajax request begins. Thi...",
"slug":"ajaxStart"
},
{
"title":".ajaxStop()",
"desc":"Register a handler to be called when all Ajax requests have completed. ...",
"slug":"ajaxStop"
},
{
"title":".ajaxSuccess()",
"desc":"Attach a function to be executed whenever an Ajax request completes suc...",
"slug":"ajaxSuccess"
}
]},
{
"name":"Helper Functions",
"slug":"helper-functions",
"entries":[{
"title":"jQuery.param()",
"desc":"Create a serialized representation of an array or object, suitable for ...",
"slug":"jQuery.param"
},
{
"title":".serialize()",
"desc":"Encode a set of form elements as a string for submission.",
"slug":"serialize"
},
{
"title":".serializeArray()",
"desc":"Encode a set of form elements as an array of names and values.",
"slug":"serializeArray"
}
]},{"name":"Low-Level Interface","slug":"low-level-interface","entries":[{"title":"jQuery.ajax()","desc":"Perform an asynchronous HTTP (Ajax) request.","slug":"jQuery.ajax"},{"title":"jQuery.ajaxPrefilter()","desc":"Handle custom Ajax options or modify existing options before each reque...","slug":"jQuery.ajaxPrefilter"},{"title":"jQuery.ajaxSetup()","desc":"Set default values for future Ajax requests. Its use is not recommended...","slug":"jQuery.ajaxSetup"},{"title":"jQuery.ajaxTransport()","desc":"Creates an object that handles the actual transmission of Ajax data.","slug":"jQuery.ajaxTransport"}]},{"name":"Shorthand Methods","slug":"shorthand-methods","entries":[{"title":"jQuery.get()","desc":"Load data from the server using a HTTP GET request.","slug":"jQuery.get"},{"title":"jQuery.getJSON()","desc":"Load JSON-encoded data from the server using a GET HTTP request.","slug":"jQuery.getJSON"},{"title":"jQuery.getScript()","desc":"Load a JavaScript file from the server using a GET HTTP request, then e...","slug":"jQuery.getScript"},{"title":"jQuery.post()","desc":"Load data from the server using a HTTP POST request.","slug":"jQuery.post"},{"title":".load()","desc":"Load data from the server and place the returned HTML into the matched ...","slug":"load"}]}]},{"name":"Attributes","slug":"attributes","entries":[{"title":".addClass()","desc":"Adds the specified class(es) to each of the set of matched elements.","slug":"addClass"},{"title":".attr()","desc":"Get the value of an attribute for the first element in the set of match...","slug":"attr"},{"title":".hasClass()","desc":"Determine whether any of the matched elements are assigned the given cl...","slug":"hasClass"},{"title":".html()","desc":"Get the HTML contents of the first element in the set of matched elemen...","slug":"html"},{"title":".prop()","desc":"Get the value of a property for the first element in the set of matched...","slug":"prop"},{"title":".removeAttr()","desc":"Remove an attribute from each element in the set of matched elements.","slug":"removeAttr"},{"title":".removeClass()","desc":"Remove a single class, multiple classes, or all classes from each eleme...","slug":"removeClass"},{"title":".removeProp()","desc":"Remove a property for the set of matched elements.","slug":"removeProp"},{"title":".toggleClass()","desc":"Add or remove one or more classes from each element in the set of match...","slug":"toggleClass"},{"title":".val()","desc":"Get the current value of the first element in the set of matched elemen...","slug":"val"}]},{"name":"Callbacks Object","slug":"callbacks-object","entries":[{"title":"callbacks.add()","desc":"Add a callback or a collection of callbacks to a callback list.","slug":"callbacks.add"},{"title":"callbacks.disable()","desc":"Disable a callback list from doing anything more.","slug":"callbacks.disable"},{"title":"callbacks.disabled()","desc":"Determine if the callbacks list has been disabled.","slug":"callbacks.disabled"},{"title":"callbacks.empty()","desc":"Remove all of the callbacks from a list.","slug":"callbacks.empty"},{"title":"callbacks.fire()","desc":"Call all of the callbacks with the given arguments","slug":"callbacks.fire"},{"title":"callbacks.fired()","desc":"Determine if the callbacks have already been called at least once.","slug":"callbacks.fired"},{"title":"callbacks.fireWith()","desc":"Call all callbacks in a list with the given context and arguments.","slug":"callbacks.fireWith"},{"title":"callbacks.has()","desc":"Determine whether a supplied callback is in a list","slug":"callbacks.has"},{"title":"callbacks.lock()","desc":"Lock a callback list in its current state.","slug":"callbacks.lock"},{"title":"callbacks.locked()","desc":"Determine if the callbacks list has been locked.","slug":"callbacks.locked"},{"title":"callbacks.remove()","desc":"Remove a callback or a collection of callbacks from a callback list.","slug":"callbacks.remove"},{"title":"jQuery.Callbacks()","desc":"A multi-purpose callbacks list object that provides a powerful way to m...","slug":"jQuery.Callbacks"}]},{"name":"Core","slug":"core","entries":[{"title":"jQuery.holdReady()","desc":"Holds or releases the execution of jQuery's ready event.","slug":"jQuery.holdReady"},{"title":"jQuery.noConflict()","desc":"Relinquish jQuery's control of the $ variable.","slug":"jQuery.noConflict"},{"title":"jQuery.sub()","desc":"Creates a new copy of jQuery whose properties and methods can be modifi...","slug":"jQuery.sub"},{"title":"jQuery.when()","desc":"Provides a way to execute callback functions based on one or more objec...","slug":"jQuery.when"},{"title":"jQuery()","desc":"Return a collection of matched elements either found in the DOM based o...","slug":"jQuery"}]},{"name":"CSS","slug":"css","entries":[{"title":".addClass()","desc":"Adds the specified class(es) to each of the set of matched elements.","slug":"addClass"},{"title":".css()","desc":"Get the value of a style property for the first element in the set of m...","slug":"css"},{"title":".hasClass()","desc":"Determine whether any of the matched elements are assigned the given cl...","slug":"hasClass"},{"title":".height()","desc":"Get the current computed height for the first element in the set of mat...","slug":"height"},{"title":".innerHeight()","desc":"Get the current computed height for the first element in the set of mat...","slug":"innerHeight"},{"title":".innerWidth()","desc":"Get the current computed width for the first element in the set of matc...","slug":"innerWidth"},{"title":"jQuery.cssHooks","desc":"Hook directly into jQuery to override how particular CSS properties are...","slug":"jQuery.cssHooks"},{"title":".offset()","desc":"Get the current coordinates of the first element, or set the coordinate...","slug":"offset"},{"title":".outerHeight()","desc":"Get the current computed height for the first element in the set of mat...","slug":"outerHeight"},{"title":".outerWidth()","desc":"Get the current computed width for the first element in the set of matc...","slug":"outerWidth"},{"title":".position()","desc":"Get the current coordinates of the first element in the set of matched ...","slug":"position"},{"title":".removeClass()","desc":"Remove a single class, multiple classes, or all classes from each eleme...","slug":"removeClass"},{"title":".scrollLeft()","desc":"Get the current horizontal position of the scroll bar for the first ele...","slug":"scrollLeft"},{"title":".scrollTop()","desc":"Get the current vertical position of the scroll bar for the first eleme...","slug":"scrollTop"},{"title":".toggleClass()","desc":"Add or remove one or more classes from each element in the set of match...","slug":"toggleClass"},{"title":".width()","desc":"Get the current computed width for the first element in the set of matc...","slug":"width"}]},{"name":"Data","slug":"data","entries":[{"title":".clearQueue()","desc":"Remove from the queue all items that have not yet been run.","slug":"clearQueue"},{"title":".data()","desc":"Store arbitrary data associated with the matched elements or return the...","slug":"data"},{"title":".dequeue()","desc":"Execute the next function on the queue for the matched elements.","slug":"dequeue"},{"title":"jQuery.data()","desc":"Store arbitrary data associated with the specified element and/or retur...","slug":"jQuery.data"},{"title":"jQuery.dequeue()","desc":"Execute the next function on the queue for the matched element.","slug":"jQuery.dequeue"},{"title":"jQuery.hasData()","desc":"Determine whether an element has any jQuery data associated with it.","slug":"jQuery.hasData"},{"title":"jQuery.queue()","desc":"Show or manipulate the queue of functions to be executed on the matched...","slug":"jQuery.queue"},{"title":"jQuery.removeData()","desc":"Remove a previously-stored piece of data.","slug":"jQuery.removeData"},{"title":".queue()","desc":"Show or manipulate the queue of functions to be executed on the matched...","slug":"queue"},{"title":".removeData()","desc":"Remove a previously-stored piece of data.","slug":"removeData"}]},{"name":"Deferred Object","slug":"deferred-object","entries":[{"title":"deferred.always()","desc":" Add handlers to be called when the Deferred object is either resolved ...","slug":"deferred.always"},{"title":"deferred.done()","desc":" Add handlers to be called when the Deferred object is resolved. ","slug":"deferred.done"},{"title":"deferred.fail()","desc":" Add handlers to be called when the Deferred object is rejected. ","slug":"deferred.fail"},{"title":"deferred.isRejected()","desc":" Determine whether a Deferred object has been rejected. ","slug":"deferred.isRejected"},{"title":"deferred.isResolved()","desc":" Determine whether a Deferred object has been resolved. ","slug":"deferred.isResolved"},{"title":"deferred.notify()","desc":" Call the progressCallbacks on a Deferred object with the given args. ","slug":"deferred.notify"},{"title":"deferred.notifyWith()","desc":" Call the progressCallbacks on a Deferred object with the given context...","slug":"deferred.notifyWith"},{"title":"deferred.pipe()","desc":" Utility method to filter and/or chain Deferreds. ","slug":"deferred.pipe"},{"title":"deferred.progress()","desc":" Add handlers to be called when the Deferred object generates progress ...","slug":"deferred.progress"},{"title":"deferred.promise()","desc":" Return a Deferred's Promise object. ","slug":"deferred.promise"},{"title":"deferred.reject()","desc":" Reject a Deferred object and call any failCallbacks with the given arg...","slug":"deferred.reject"},{"title":"deferred.rejectWith()","desc":" Reject a Deferred object and call any failCallbacks with the given con...","slug":"deferred.rejectWith"},{"title":"deferred.resolve()","desc":" Resolve a Deferred object and call any doneCallbacks with the given ar...","slug":"deferred.resolve"},{"title":"deferred.resolveWith()","desc":" Resolve a Deferred object and call any doneCallbacks with the given co...","slug":"deferred.resolveWith"},{"title":"deferred.state()","desc":"Determine the current state of a Deferred object. ","slug":"deferred.state"},{"title":"deferred.then()","desc":"Add handlers to be called when the Deferred object is resolved, rejecte...","slug":"deferred.then"},{"title":"jQuery.Deferred()","desc":" A constructor function that returns a chainable utility object with me...","slug":"jQuery.Deferred"},{"title":"jQuery.when()","desc":"Provides a way to execute callback functions based on one or more objec...","slug":"jQuery.when"},{"title":".promise()","desc":" Return a Promise object to observe when all actions of a certain type ...","slug":"promise"}]},{"name":"Deprecated","slug":"deprecated","entries":[],"subcats":[{"name":"Deprecated 1.4","slug":"deprecated-1.4","entries":[]},{"name":"Deprecated 1.7","slug":"deprecated-1.7","entries":[{"title":".die()","desc":"Remove event handlers previously attached using .live() from the elemen...","slug":"die"},{"title":"jQuery.sub()","desc":"Creates a new copy of jQuery whose properties and methods can be modifi...","slug":"jQuery.sub"},{"title":".live()","desc":"Attach an event handler for all elements which match the current select...","slug":"live"},{"title":".selector","desc":"A selector representing selector passed to jQuery(), if any, when creat...","slug":"selector"}]},{"name":"Deprecated 1.8","slug":"deprecated-1.8","entries":[{"title":".andSelf()","desc":"Add the previous set of elements on the stack to the current set.","slug":"andSelf"},{"title":"jQuery.error()","desc":"Takes a string and throws an exception containing it.","slug":"jQuery.error"},{"title":".toggle()","desc":"Bind two or more handlers to the matched elements, to be executed on al...","slug":"toggle-event"}]}]},{"name":"Dimensions","slug":"dimensions","entries":[{"title":".height()","desc":"Get the current computed height for the first element in the set of mat...","slug":"height"},{"title":".innerHeight()","desc":"Get the current computed height for the first element in the set of mat...","slug":"innerHeight"},{"title":".innerWidth()","desc":"Get the current computed width for the first element in the set of matc...","slug":"innerWidth"},{"title":".outerHeight()","desc":"Get the current computed height for the first element in the set of mat...","slug":"outerHeight"},{"title":".outerWidth()","desc":"Get the current computed width for the first element in the set of matc...","slug":"outerWidth"},{"title":".width()","desc":"Get the current computed width for the first element in the set of matc...","slug":"width"}]},{"name":"Effects","slug":"effects","entries":[{"title":".fadeToggle()","desc":"Display or hide the matched elements by animating their opacity.","slug":"fadeToggle"}],"subcats":[{"name":"Basics","slug":"basics","entries":[{"title":".hide()","desc":"Hide the matched elements.","slug":"hide"},{"title":".show()","desc":"Display the matched elements.","slug":"show"},{"title":".toggle()","desc":"Display or hide the matched elements.","slug":"toggle"}]},{"name":"Custom","slug":"custom-effects","entries":[{"title":".animate()","desc":"Perform a custom animation of a set of CSS properties.","slug":"animate"},{"title":".clearQueue()","desc":"Remove from the queue all items that have not yet been run.","slug":"clearQueue"},{"title":".delay()","desc":"Set a timer to delay execution of subsequent items in the queue.","slug":"delay"},{"title":".dequeue()","desc":"Execute the next function on the queue for the matched elements.","slug":"dequeue"},{"title":".finish()","desc":"Stop the currently-running animation, remove all queued animations, and...","slug":"finish"},{"title":"jQuery.fx.interval","desc":"The rate (in milliseconds) at which animations fire.","slug":"jQuery.fx.interval"},{"title":"jQuery.fx.off","desc":"Globally disable all animations.","slug":"jQuery.fx.off"},{"title":".queue()","desc":"Show or manipulate the queue of functions to be executed on the matched...","slug":"queue"},{"title":".stop()","desc":"Stop the currently-running animation on the matched elements.","slug":"stop"}]},{"name":"Fading","slug":"fading","entries":[{"title":".fadeIn()","desc":"Display the matched elements by fading them to opaque.","slug":"fadeIn"},{"title":".fadeOut()","desc":"Hide the matched elements by fading them to transparent.","slug":"fadeOut"},{"title":".fadeTo()","desc":"Adjust the opacity of the matched elements.","slug":"fadeTo"},{"title":".fadeToggle()","desc":"Display or hide the matched elements by animating their opacity.","slug":"fadeToggle"}]},{"name":"Sliding","slug":"sliding","entries":[{"title":".slideDown()","desc":"Display the matched elements with a sliding motion.","slug":"slideDown"},{"title":".slideToggle()","desc":"Display or hide the matched elements with a sliding motion.","slug":"slideToggle"},{"title":".slideUp()","desc":"Hide the matched elements with a sliding motion.","slug":"slideUp"}]}]},{"name":"Events","slug":"events","entries":[{"title":"event.delegateTarget","desc":"The element where the currently-called jQuery event handler was attache...","slug":"event.delegateTarget"}],"subcats":[{"name":"Browser Events","slug":"browser-events","entries":[{"title":".error()","desc":"Bind an event handler to the \"error\" JavaScript event.","slug":"error"},{"title":".resize()","desc":"Bind an event handler to the \"resize\" JavaScript event, or trigger that...","slug":"resize"},{"title":".scroll()","desc":"Bind an event handler to the \"scroll\" JavaScript event, or trigger that...","slug":"scroll"}]},{"name":"Document Loading","slug":"document-loading","entries":[{"title":".load()","desc":"Bind an event handler to the \"load\" JavaScript event.","slug":"load-event"},{"title":".ready()","desc":"Specify a function to execute when the DOM is fully loaded.","slug":"ready"},{"title":".unload()","desc":"Bind an event handler to the \"unload\" JavaScript event.","slug":"unload"}]},{"name":"Event Handler Attachment","slug":"event-handler-attachment","entries":[{"title":".bind()","desc":"Attach a handler to an event for the elements.","slug":"bind"},{"title":".delegate()","desc":"Attach a handler to one or more events for all elements that match the ...","slug":"delegate"},{"title":".die()","desc":"Remove event handlers previously attached using .live() from the elemen...","slug":"die"},{"title":"jQuery.proxy()","desc":"Takes a function and returns a new one that will always have a particul...","slug":"jQuery.proxy"},{"title":".live()","desc":"Attach an event handler for all elements which match the current select...","slug":"live"},{"title":".off()","desc":"Remove an event handler.","slug":"off"},{"title":".on()","desc":"Attach an event handler function for one or more events to the selected...","slug":"on"},{"title":".one()","desc":"Attach a handler to an event for the elements. The handler is executed ...","slug":"one"},{"title":".trigger()","desc":"Execute all handlers and behaviors attached to the matched elements for...","slug":"trigger"},{"title":".triggerHandler()","desc":"Execute all handlers attached to an element for an event.","slug":"triggerHandler"},{"title":".unbind()","desc":"Remove a previously-attached event handler from the elements.","slug":"unbind"},{"title":".undelegate()","desc":"Remove a handler from the event for all elements which match the curren...","slug":"undelegate"}]},{"name":"Event Object","slug":"event-object","entries":[{"title":"event.currentTarget","desc":" The current DOM element within the event bubbling phase. ","slug":"event.currentTarget"},{"title":"event.data","desc":"An optional object of data passed to an event method when the current e...","slug":"event.data"},{"title":"event.delegateTarget","desc":"The element where the currently-called jQuery event handler was attache...","slug":"event.delegateTarget"},{"title":"event.isDefaultPrevented()","desc":"Returns whether event.preventDefault() was ever called on this event ob...","slug":"event.isDefaultPrevented"},{"title":"event.isImmediatePropagationStopped()","desc":" Returns whether event.stopImmediatePropagation() was ever called on t...","slug":"event.isImmediatePropagationStopped"},{"title":"event.isPropagationStopped()","desc":" Returns whether event.stopPropagation() was ever called on this event...","slug":"event.isPropagationStopped"},{"title":"event.metaKey","desc":"Indicates whether the META key was pressed when the event fired.","slug":"event.metaKey"},{"title":"event.namespace","desc":"The namespace specified when the event was triggered.","slug":"event.namespace"},{"title":"event.pageX","desc":"The mouse position relative to the left edge of the document. ","slug":"event.pageX"},{"title":"event.pageY","desc":"The mouse position relative to the top edge of the document. ","slug":"event.pageY"},{"title":"event.preventDefault()","desc":" If this method is called, the default action of the event will not be ...","slug":"event.preventDefault"},{"title":"event.relatedTarget","desc":"The other DOM element involved in the event, if any. ","slug":"event.relatedTarget"},{"title":"event.result","desc":"The last value returned by an event handler that was triggered by this ...","slug":"event.result"},{"title":"event.stopImmediatePropagation()","desc":" Keeps the rest of the handlers from being executed and prevents the ev...","slug":"event.stopImmediatePropagation"},{"title":"event.stopPropagation()","desc":"Prevents the event from bubbling up the DOM tree, preventing any parent...","slug":"event.stopPropagation"},{"title":"event.target","desc":" The DOM element that initiated the event. ","slug":"event.target"},{"title":"event.timeStamp","desc":"The difference in milliseconds between the time the browser created the...","slug":"event.timeStamp"},{"title":"event.type","desc":" Describes the nature of the event. ","slug":"event.type"},{"title":"event.which","desc":" For key or mouse events, this property indicates the specific key or b...","slug":"event.which"}]},{"name":"Form Events","slug":"form-events","entries":[{"title":".blur()","desc":"Bind an event handler to the \"blur\" JavaScript event, or trigger that e...","slug":"blur"},{"title":".change()","desc":"Bind an event handler to the \"change\" JavaScript event, or trigger that...","slug":"change"},{"title":".focus()","desc":"Bind an event handler to the \"focus\" JavaScript event, or trigger that ...","slug":"focus"},{"title":".focusin()","desc":"Bind an event handler to the \"focusin\" event.","slug":"focusin"},{"title":".select()","desc":"Bind an event handler to the \"select\" JavaScript event, or trigger that...","slug":"select"},{"title":".submit()","desc":"Bind an event handler to the \"submit\" JavaScript event, or trigger that...","slug":"submit"}]},{"name":"Keyboard Events","slug":"keyboard-events","entries":[{"title":".focusout()","desc":"Bind an event handler to the \"focusout\" JavaScript event.","slug":"focusout"},{"title":".keydown()","desc":"Bind an event handler to the \"keydown\" JavaScript event, or trigger tha...","slug":"keydown"},{"title":".keypress()","desc":"Bind an event handler to the \"keypress\" JavaScript event, or trigger th...","slug":"keypress"},{"title":".keyup()","desc":"Bind an event handler to the \"keyup\" JavaScript event, or trigger that ...","slug":"keyup"}]},{"name":"Mouse Events","slug":"mouse-events","entries":[{"title":".click()","desc":"Bind an event handler to the \"click\" JavaScript event, or trigger that ...","slug":"click"},{"title":".dblclick()","desc":"Bind an event handler to the \"dblclick\" JavaScript event, or trigger th...","slug":"dblclick"},{"title":".focusout()","desc":"Bind an event handler to the \"focusout\" JavaScript event.","slug":"focusout"},{"title":".hover()","desc":"Bind one or two handlers to the matched elements, to be executed when t...","slug":"hover"},{"title":".mousedown()","desc":"Bind an event handler to the \"mousedown\" JavaScript event, or trigger t...","slug":"mousedown"},{"title":".mouseenter()","desc":"Bind an event handler to be fired when the mouse enters an element, or ...","slug":"mouseenter"},{"title":".mouseleave()","desc":"Bind an event handler to be fired when the mouse leaves an element, or ...","slug":"mouseleave"},{"title":".mousemove()","desc":"Bind an event handler to the \"mousemove\" JavaScript event, or trigger t...","slug":"mousemove"},{"title":".mouseout()","desc":"Bind an event handler to the \"mouseout\" JavaScript event, or trigger th...","slug":"mouseout"},{"title":".mouseover()","desc":"Bind an event handler to the \"mouseover\" JavaScript event, or trigger t...","slug":"mouseover"},{"title":".mouseup()","desc":"Bind an event handler to the \"mouseup\" JavaScript event, or trigger tha...","slug":"mouseup"},{"title":".toggle()","desc":"Bind two or more handlers to the matched elements, to be executed on al...","slug":"toggle-event"}]}]},{"name":"Forms","slug":"forms","entries":[{"title":".blur()","desc":"Bind an event handler to the \"blur\" JavaScript event, or trigger that e...","slug":"blur"},{"title":".change()","desc":"Bind an event handler to the \"change\" JavaScript event, or trigger that...","slug":"change"},{"title":".focus()","desc":"Bind an event handler to the \"focus\" JavaScript event, or trigger that ...","slug":"focus"},{"title":"jQuery.param()","desc":"Create a serialized representation of an array or object, suitable for ...","slug":"jQuery.param"},{"title":".select()","desc":"Bind an event handler to the \"select\" JavaScript event, or trigger that...","slug":"select"},{"title":".serialize()","desc":"Encode a set of form elements as a string for submission.","slug":"serialize"},{"title":".serializeArray()","desc":"Encode a set of form elements as an array of names and values.","slug":"serializeArray"},{"title":".submit()","desc":"Bind an event handler to the \"submit\" JavaScript event, or trigger that...","slug":"submit"},{"title":".val()","desc":"Get the current value of the first element in the set of matched elemen...","slug":"val"}]},{"name":"Internals","slug":"internals","entries":[{"title":".context","desc":"The DOM node context originally passed to jQuery(); if none was passed ...","slug":"context"},{"title":".jquery","desc":"A string containing the jQuery version number.","slug":"jquery-2"},{"title":"jQuery.error()","desc":"Takes a string and throws an exception containing it.","slug":"jQuery.error"},{"title":".pushStack()","desc":"Add a collection of DOM elements onto the jQuery stack.","slug":"pushStack"},{"title":".selector","desc":"A selector representing selector passed to jQuery(), if any, when creat...","slug":"selector"}]},{"name":"Manipulation","slug":"manipulation","entries":[],"subcats":[{"name":"Class Attribute","slug":"class-attribute","entries":[{"title":".addClass()","desc":"Adds the specified class(es) to each of the set of matched elements.","slug":"addClass"},{"title":".hasClass()","desc":"Determine whether any of the matched elements are assigned the given cl...","slug":"hasClass"},{"title":".removeClass()","desc":"Remove a single class, multiple classes, or all classes from each eleme...","slug":"removeClass"},{"title":".toggleClass()","desc":"Add or remove one or more classes from each element in the set of match...","slug":"toggleClass"}]},{"name":"Copying","slug":"copying","entries":[{"title":".clone()","desc":"Create a deep copy of the set of matched elements.","slug":"clone"}]},{"name":"DOM Insertion","slug":"dom-insertion","entries":[]},{"name":"DOM Insertion, Around","slug":"dom-insertion-around","entries":[{"title":".unwrap()","desc":"Remove the parents of the set of matched elements from the DOM, leaving...","slug":"unwrap"},{"title":".wrap()","desc":"Wrap an HTML structure around each element in the set of matched elemen...","slug":"wrap"},{"title":".wrapAll()","desc":"Wrap an HTML structure around all elements in the set of matched elemen...","slug":"wrapAll"},{"title":".wrapInner()","desc":"Wrap an HTML structure around the content of each element in the set of...","slug":"wrapInner"}]},{"name":"DOM Insertion, Inside","slug":"dom-insertion-inside","entries":[{"title":".append()","desc":"Insert content, specified by the parameter, to the end of each element ...","slug":"append"},{"title":".appendTo()","desc":"Insert every element in the set of matched elements to the end of the t...","slug":"appendTo"},{"title":".html()","desc":"Get the HTML contents of the first element in the set of matched elemen...","slug":"html"},{"title":".prepend()","desc":"Insert content, specified by the parameter, to the beginning of each el...","slug":"prepend"},{"title":".prependTo()","desc":"Insert every element in the set of matched elements to the beginning of...","slug":"prependTo"},{"title":".text()","desc":"Get the combined text contents of each element in the set of matched el...","slug":"text"}]},{"name":"DOM Insertion, Outside","slug":"dom-insertion-outside","entries":[{"title":".after()","desc":"Insert content, specified by the parameter, after each element in the s...","slug":"after"},{"title":".before()","desc":"Insert content, specified by the parameter, before each element in the ...","slug":"before"},{"title":".insertAfter()","desc":"Insert every element in the set of matched elements after the target.","slug":"insertAfter"},{"title":".insertBefore()","desc":"Insert every element in the set of matched elements before the target.","slug":"insertBefore"}]},{"name":"DOM Removal","slug":"dom-removal","entries":[{"title":".detach()","desc":"Remove the set of matched elements from the DOM.","slug":"detach"},{"title":".empty()","desc":"Remove all child nodes of the set of matched elements from the DOM.","slug":"empty"},{"title":".remove()","desc":"Remove the set of matched elements from the DOM.","slug":"remove"},{"title":".unwrap()","desc":"Remove the parents of the set of matched elements from the DOM, leaving...","slug":"unwrap"}]},{"name":"DOM Replacement","slug":"dom-replacement","entries":[{"title":".replaceAll()","desc":"Replace each target element with the set of matched elements.","slug":"replaceAll"},{"title":".replaceWith()","desc":"Replace each element in the set of matched elements with the provided n...","slug":"replaceWith"}]},{"name":"General Attributes","slug":"general-attributes","entries":[{"title":".attr()","desc":"Get the value of an attribute for the first element in the set of match...","slug":"attr"},{"title":".prop()","desc":"Get the value of a property for the first element in the set of matched...","slug":"prop"},{"title":".removeAttr()","desc":"Remove an attribute from each element in the set of matched elements.","slug":"removeAttr"},{"title":".removeProp()","desc":"Remove a property for the set of matched elements.","slug":"removeProp"},{"title":".val()","desc":"Get the current value of the first element in the set of matched elemen...","slug":"val"}]},{"name":"Style Properties","slug":"style-properties","entries":[{"title":".css()","desc":"Get the value of a style property for the first element in the set of m...","slug":"css"},{"title":".height()","desc":"Get the current computed height for the first element in the set of mat...","slug":"height"},{"title":".innerHeight()","desc":"Get the current computed height for the first element in the set of mat...","slug":"innerHeight"},{"title":".innerWidth()","desc":"Get the current computed width for the first element in the set of matc...","slug":"innerWidth"},{"title":".offset()","desc":"Get the current coordinates of the first element, or set the coordinate...","slug":"offset"},{"title":".outerHeight()","desc":"Get the current computed height for the first element in the set of mat...","slug":"outerHeight"},{"title":".outerWidth()","desc":"Get the current computed width for the first element in the set of matc...","slug":"outerWidth"},{"title":".position()","desc":"Get the current coordinates of the first element in the set of matched ...","slug":"position"},{"title":".scrollLeft()","desc":"Get the current horizontal position of the scroll bar for the first ele...","slug":"scrollLeft"},{"title":".scrollTop()","desc":"Get the current vertical position of the scroll bar for the first eleme...","slug":"scrollTop"},{"title":".width()","desc":"Get the current computed width for the first element in the set of matc...","slug":"width"}]}]},{"name":"Miscellaneous","slug":"miscellaneous","entries":[],"subcats":[{"name":"Collection Manipulation","slug":"collection-manipulation","entries":[{"title":".each()","desc":"Iterate over a jQuery object, executing a function for each matched ele...","slug":"each"},{"title":"jQuery.param()","desc":"Create a serialized representation of an array or object, suitable for ...","slug":"jQuery.param"}]},{"name":"Data Storage","slug":"data-storage","entries":[{"title":".data()","desc":"Store arbitrary data associated with the matched elements or return the...","slug":"data"},{"title":".removeData()","desc":"Remove a previously-stored piece of data.","slug":"removeData"}]},{"name":"DOM Element Methods","slug":"dom-element-methods","entries":[{"title":".get()","desc":"Retrieve the DOM elements matched by the jQuery object.","slug":"get"},{"title":".index()","desc":"Search for a given element from among the matched elements.","slug":"index"},{"title":".size()","desc":"Return the number of elements in the jQuery object.","slug":"size"},{"title":".toArray()","desc":"Retrieve all the DOM elements contained in the jQuery set, as an array....","slug":"toArray"}]},{"name":"Setup Methods","slug":"setup-methods","entries":[{"title":"jQuery.noConflict()","desc":"Relinquish jQuery's control of the $ variable.","slug":"jQuery.noConflict"}]}]},{"name":"Offset","slug":"offset","entries":[{"title":".offset()","desc":"Get the current coordinates of the first element, or set the coordinate...","slug":"offset"},{"title":".offsetParent()","desc":"Get the closest ancestor element that is positioned.","slug":"offsetParent"},{"title":".position()","desc":"Get the current coordinates of the first element in the set of matched ...","slug":"position"},{"title":".scrollLeft()","desc":"Get the current horizontal position of the scroll bar for the first ele...","slug":"scrollLeft"},{"title":".scrollTop()","desc":"Get the current vertical position of the scroll bar for the first eleme...","slug":"scrollTop"}]},{"name":"Properties","slug":"properties","entries":[],"subcats":[{"name":"Properties of jQuery Object Instances","slug":"jquery-object-instance-properties","entries":[{"title":".context","desc":"The DOM node context originally passed to jQuery(); if none was passed ...","slug":"context"},{"title":".jquery","desc":"A string containing the jQuery version number.","slug":"jquery-2"},{"title":".length","desc":"The number of elements in the jQuery object.","slug":"length"}]},{"name":"Properties of the Global jQuery Object","slug":"global-jquery-object-properties","entries":[{"title":"jQuery.browser","desc":"Contains flags for the useragent, read from navigator.userAgent. We rec...","slug":"jQuery.browser"},{"title":"jQuery.fx.interval","desc":"The rate (in milliseconds) at which animations fire.","slug":"jQuery.fx.interval"},{"title":"jQuery.fx.off","desc":"Globally disable all animations.","slug":"jQuery.fx.off"},{"title":"jQuery.support","desc":"A collection of properties that represent the presence of different bro...","slug":"jQuery.support"},{"title":".selector","desc":"A selector representing selector passed to jQuery(), if any, when creat...","slug":"selector"}]}]},{"name":"Selectors","slug":"selectors","entries":[],"subcats":[{"name":"Attribute","slug":"attribute-selectors","entries":[{"title":"Attribute Contains Prefix Selector [name|=\"value\"]","desc":"Selects elements that have the specified attribute with a value either ...","slug":"attribute-contains-prefix-selector"},{"title":"Attribute Contains Selector [name*=\"value\"]","desc":"Selects elements that have the specified attribute with a value contain...","slug":"attribute-contains-selector"},{"title":"Attribute Contains Word Selector [name~=\"value\"]","desc":"Selects elements that have the specified attribute with a value contain...","slug":"attribute-contains-word-selector"},{"title":"Attribute Ends With Selector [name$=\"value\"]","desc":"Selects elements that have the specified attribute with a value ending ...","slug":"attribute-ends-with-selector"},{"title":"Attribute Equals Selector [name=\"value\"]","desc":"Selects elements that have the specified attribute with a value exactly...","slug":"attribute-equals-selector"},{"title":"Attribute Not Equal Selector [name!=\"value\"]","desc":"Select elements that either don't have the specified attribute, or do h...","slug":"attribute-not-equal-selector"},{"title":"Attribute Starts With Selector [name^=\"value\"]","desc":"Selects elements that have the specified attribute with a value beginni...","slug":"attribute-starts-with-selector"},{"title":"Has Attribute Selector [name]","desc":"Selects elements that have the specified attribute, with any value. ","slug":"has-attribute-selector"},{"title":"Multiple Attribute Selector [name=\"value\"][name2=\"value2\"]","desc":"Matches elements that match all of the specified attribute filters.","slug":"multiple-attribute-selector"}]},{"name":"Basic","slug":"basic-css-selectors","entries":[{"title":"All Selector (\"*\")","desc":"Selects all elements.","slug":"all-selector"},{"title":"Class Selector (\".class\")","desc":"Selects all elements with the given class. ","slug":"class-selector"},{"title":"Element Selector (\"element\")","desc":"Selects all elements with the given tag name.","slug":"element-selector"},{"title":"ID Selector (\"#id\")","desc":"Selects a single element with the given id attribute. ","slug":"id-selector"},{"title":"Multiple Selector (\"selector1, selector2, selectorN\")","desc":"Selects the combined results of all the specified selectors.","slug":"multiple-selector"}]},{"name":"Basic Filter","slug":"basic-filter-selectors","entries":[{"title":":animated Selector","desc":"Select all elements that are in the progress of an animation at the tim...","slug":"animated-selector"},{"title":":eq() Selector","desc":"Select the element at index n within the matched set.","slug":"eq-selector"},{"title":":even Selector","desc":"Selects even elements, zero-indexed. See also odd.","slug":"even-selector"},{"title":":first Selector","desc":"Selects the first matched element.","slug":"first-selector"},{"title":":focus Selector","desc":"Selects element if it is currently focused.","slug":"focus-selector"},{"title":":gt() Selector","desc":"Select all elements at an index greater than index within the matched s...","slug":"gt-selector"},{"title":":header Selector","desc":"Selects all elements that are headers, like h1, h2, h3 and so on.","slug":"header-selector"},{"title":":lang Selector","desc":"Selects all elements of the specified language.","slug":"lang-selector"},{"title":":last Selector","desc":"Selects the last matched element.","slug":"last-selector"},{"title":":lt() Selector","desc":"Select all elements at an index less than index within the matched set....","slug":"lt-selector"},{"title":":not() Selector","desc":"Selects all elements that do not match the given selector.","slug":"not-selector"},{"title":":odd Selector","desc":"Selects odd elements, zero-indexed. See also even.","slug":"odd-selector"},{"title":":root Selector","desc":"Selects the element that is the root of the document.","slug":"root-selector"},{"title":":target Selector","desc":"Selects the target element indicated by the fragment identifier of the ...","slug":"target-selector"}]},{"name":"Child Filter","slug":"child-filter-selectors","entries":[{"title":":first-child Selector","desc":"Selects all elements that are the first child of their parent.","slug":"first-child-selector"},{"title":":first-of-type Selector","desc":"Selects all elements that are the first among siblings of the same elem...","slug":"first-of-type-selector"},{"title":":last-child Selector","desc":"Selects all elements that are the last child of their parent.","slug":"last-child-selector"},{"title":":last-of-type Selector","desc":"Selects all elements that are the last among siblings of the same eleme...","slug":"last-of-type-selector"},{"title":":nth-child() Selector","desc":"Selects all elements that are the nth-child of their parent.","slug":"nth-child-selector"},{"title":":nth-last-child() Selector","desc":"Selects all elements that are the nth-child of their parent, counting f...","slug":"nth-last-child-selector"},{"title":":nth-last-of-type() Selector","desc":"Selects all elements that are the nth-child of their parent, counting f...","slug":"nth-last-of-type-selector"},{"title":":nth-of-type() Selector","desc":"Selects all elements that are the nth child of their parent in relation...","slug":"nth-of-type-selector"},{"title":":only-child Selector","desc":"Selects all elements that are the only child of their parent.","slug":"only-child-selector"},{"title":":only-of-type Selector","desc":"Selects all elements that have no siblings with the same element name.","slug":"only-of-type-selector"}]},{"name":"Content Filter","slug":"content-filter-selector","entries":[{"title":":contains() Selector","desc":"Select all elements that contain the specified text.","slug":"contains-selector"},{"title":":empty Selector","desc":"Select all elements that have no children (including text nodes).","slug":"empty-selector"},{"title":":has() Selector","desc":"Selects elements which contain at least one element that matches the sp...","slug":"has-selector"},{"title":":parent Selector","desc":"Select all elements that that have at least one child node (either an e...","slug":"parent-selector"}]},{"name":"Form","slug":"form-selectors","entries":[{"title":":button Selector","desc":"Selects all button elements and elements of type button.","slug":"button-selector"},{"title":":checkbox Selector","desc":"Selects all elements of type checkbox.","slug":"checkbox-selector"},{"title":":checked Selector","desc":"Matches all elements that are checked.","slug":"checked-selector"},{"title":":disabled Selector","desc":"Selects all elements that are disabled.","slug":"disabled-selector"},{"title":":enabled Selector","desc":"Selects all elements that are enabled.","slug":"enabled-selector"},{"title":":file Selector","desc":"Selects all elements of type file.","slug":"file-selector"},{"title":":focus Selector","desc":"Selects element if it is currently focused.","slug":"focus-selector"},{"title":":image Selector","desc":"Selects all elements of type image.","slug":"image-selector"},{"title":":input Selector","desc":"Selects all input, textarea, select and button elements.","slug":"input-selector"},{"title":":password Selector","desc":"Selects all elements of type password.","slug":"password-selector"},{"title":":radio Selector","desc":"Selects all elements of type radio.","slug":"radio-selector"},{"title":":reset Selector","desc":"Selects all elements of type reset.","slug":"reset-selector"},{"title":":selected Selector","desc":"Selects all elements that are selected.","slug":"selected-selector"},{"title":":submit Selector","desc":"Selects all elements of type submit.","slug":"submit-selector"},{"title":":text Selector","desc":"Selects all elements of type text.","slug":"text-selector"}]},{"name":"Hierarchy","slug":"hierarchy-selectors","entries":[{"title":"Child Selector (\"parent > child\")","desc":"Selects all direct child elements specified by \"child\" of elements spec...","slug":"child-selector"},{"title":"Descendant Selector (\"ancestor descendant\")","desc":"Selects all elements that are descendants of a given ancestor.","slug":"descendant-selector"},{"title":"Next Adjacent Selector (\"prev + next\")","desc":"Selects all next elements matching \"next\" that are immediately preceded...","slug":"next-adjacent-Selector"},{"title":"Next Siblings Selector (\"prev ~ siblings\")","desc":"Selects all sibling elements that follow after the \"prev\" element, have...","slug":"next-siblings-selector"}]},{"name":"jQuery Extensions","slug":"jquery-selector-extensions","entries":[{"title":":animated Selector","desc":"Select all elements that are in the progress of an animation at the tim...","slug":"animated-selector"},{"title":"Attribute Not Equal Selector [name!=\"value\"]","desc":"Select elements that either don't have the specified attribute, or do h...","slug":"attribute-not-equal-selector"},{"title":":button Selector","desc":"Selects all button elements and elements of type button.","slug":"button-selector"},{"title":":checkbox Selector","desc":"Selects all elements of type checkbox.","slug":"checkbox-selector"},{"title":":eq() Selector","desc":"Select the element at index n within the matched set.","slug":"eq-selector"},{"title":":even Selector","desc":"Selects even elements, zero-indexed. See also odd.","slug":"even-selector"},{"title":":file Selector","desc":"Selects all elements of type file.","slug":"file-selector"},{"title":":first Selector","desc":"Selects the first matched element.","slug":"first-selector"},{"title":":gt() Selector","desc":"Select all elements at an index greater than index within the matched s...","slug":"gt-selector"},{"title":":has() Selector","desc":"Selects elements which contain at least one element that matches the sp...","slug":"has-selector"},{"title":":header Selector","desc":"Selects all elements that are headers, like h1, h2, h3 and so on.","slug":"header-selector"},{"title":":hidden Selector","desc":"Selects all elements that are hidden.","slug":"hidden-selector"},{"title":":image Selector","desc":"Selects all elements of type image.","slug":"image-selector"},{"title":":input Selector","desc":"Selects all input, textarea, select and button elements.","slug":"input-selector"},{"title":":last Selector","desc":"Selects the last matched element.","slug":"last-selector"},{"title":":lt() Selector","desc":"Select all elements at an index less than index within the matched set....","slug":"lt-selector"},{"title":":odd Selector","desc":"Selects odd elements, zero-indexed. See also even.","slug":"odd-selector"},{"title":":parent Selector","desc":"Select all elements that that have at least one child node (either an e...","slug":"parent-selector"},{"title":":password Selector","desc":"Selects all elements of type password.","slug":"password-selector"},{"title":":radio Selector","desc":"Selects all elements of type radio.","slug":"radio-selector"},{"title":":reset Selector","desc":"Selects all elements of type reset.","slug":"reset-selector"},{"title":":selected Selector","desc":"Selects all elements that are selected.","slug":"selected-selector"},{"title":":submit Selector","desc":"Selects all elements of type submit.","slug":"submit-selector"},{"title":":text Selector","desc":"Selects all elements of type text.","slug":"text-selector"},{"title":":visible Selector","desc":"Selects all elements that are visible.","slug":"visible-selector"}]},{"name":"Visibility Filter","slug":"visibility-filter-selectors","entries":[{"title":":hidden Selector","desc":"Selects all elements that are hidden.","slug":"hidden-selector"},{"title":":visible Selector","desc":"Selects all elements that are visible.","slug":"visible-selector"}]}]},{"name":"Traversing","slug":"traversing","entries":[{"title":".each()","desc":"Iterate over a jQuery object, executing a function for each matched ele...","slug":"each"}],"subcats":[{"name":"Filtering","slug":"filtering","entries":[{"title":".eq()","desc":"Reduce the set of matched elements to the one at the specified index.","slug":"eq"},{"title":".filter()","desc":"Reduce the set of matched elements to those that match the selector or ...","slug":"filter"},{"title":".first()","desc":"Reduce the set of matched elements to the first in the set.","slug":"first"},{"title":".has()","desc":"Reduce the set of matched elements to those that have a descendant that...","slug":"has"},{"title":".is()","desc":"Check the current matched set of elements against a selector, element, ...","slug":"is"},{"title":".last()","desc":"Reduce the set of matched elements to the final one in the set.","slug":"last"},{"title":".map()","desc":"Pass each element in the current matched set through a function, produc...","slug":"map"},{"title":".not()","desc":"Remove elements from the set of matched elements.","slug":"not"},{"title":".slice()","desc":"Reduce the set of matched elements to a subset specified by a range of ...","slug":"slice"}]},{"name":"Miscellaneous Traversing","slug":"miscellaneous-traversal","entries":[{"title":".add()","desc":"Add elements to the set of matched elements.","slug":"add"},{"title":".addBack()","desc":"Add the previous set of elements on the stack to the current set, optio...","slug":"addBack"},{"title":".andSelf()","desc":"Add the previous set of elements on the stack to the current set.","slug":"andSelf"},{"title":".contents()","desc":"Get the children of each element in the set of matched elements, includ...","slug":"contents"},{"title":".end()","desc":"End the most recent filtering operation in the current chain and return...","slug":"end"},{"title":".not()","desc":"Remove elements from the set of matched elements.","slug":"not"}]},{"name":"Tree Traversal","slug":"tree-traversal","entries":[{"title":".children()","desc":"Get the children of each element in the set of matched elements, option...","slug":"children"},{"title":".closest()","desc":"For each element in the set, get the first element that matches the sel...","slug":"closest"},{"title":".find()","desc":"Get the descendants of each element in the current set of matched eleme...","slug":"find"},{"title":".next()","desc":"Get the immediately following sibling of each element in the set of mat...","slug":"next"},{"title":".nextAll()","desc":"Get all following siblings of each element in the set of matched elemen...","slug":"nextAll"},{"title":".nextUntil()","desc":"Get all following siblings of each element up to but not including the ...","slug":"nextUntil"},{"title":".offsetParent()","desc":"Get the closest ancestor element that is positioned.","slug":"offsetParent"},{"title":".parent()","desc":"Get the parent of each element in the current set of matched elements, ...","slug":"parent"},{"title":".parents()","desc":"Get the ancestors of each element in the current set of matched element...","slug":"parents"},{"title":".parentsUntil()","desc":"Get the ancestors of each element in the current set of matched element...","slug":"parentsUntil"},{"title":".prev()","desc":"Get the immediately preceding sibling of each element in the set of mat...","slug":"prev"},{"title":".prevAll()","desc":"Get all preceding siblings of each element in the set of matched elemen...","slug":"prevAll"},{"title":".prevUntil()","desc":"Get all preceding siblings of each element up to but not including the ...","slug":"prevUntil"},{"title":".siblings()","desc":"Get the siblings of each element in the set of matched elements, option...","slug":"siblings"}]}]},{"name":"Uncategorized","slug":"uncategorized","entries":[]},{"name":"Utilities","slug":"utilities","entries":[{"title":".clearQueue()","desc":"Remove from the queue all items that have not yet been run.","slug":"clearQueue"},{"title":".dequeue()","desc":"Execute the next function on the queue for the matched elements.","slug":"dequeue"},{"title":"jQuery.boxModel","desc":"Deprecated in jQuery 1.3 (see jQuery.support). States if the current pa...","slug":"jQuery.boxModel"},{"title":"jQuery.browser","desc":"Contains flags for the useragent, read from navigator.userAgent. We rec...","slug":"jQuery.browser"},{"title":"jQuery.contains()","desc":"Check to see if a DOM element is a descendant of another DOM element.","slug":"jQuery.contains"},{"title":"jQuery.data()","desc":"Store arbitrary data associated with the specified element and/or retur...","slug":"jQuery.data"},{"title":"jQuery.dequeue()","desc":"Execute the next function on the queue for the matched element.","slug":"jQuery.dequeue"},{"title":"jQuery.each()","desc":"A generic iterator function, which can be used to seamlessly iterate ov...","slug":"jQuery.each"},{"title":"jQuery.extend()","desc":"Merge the contents of two or more objects together into the first objec...","slug":"jQuery.extend"},{"title":"jQuery.globalEval()","desc":"Execute some JavaScript code globally.","slug":"jQuery.globalEval"},{"title":"jQuery.grep()","desc":"Finds the elements of an array which satisfy a filter function. The ori...","slug":"jQuery.grep"},{"title":"jQuery.inArray()","desc":"Search for a specified value within an array and return its index (or -...","slug":"jQuery.inArray"},{"title":"jQuery.isArray()","desc":"Determine whether the argument is an array.","slug":"jQuery.isArray"},{"title":"jQuery.isEmptyObject()","desc":"Check to see if an object is empty (contains no enumerable properties)....","slug":"jQuery.isEmptyObject"},{"title":"jQuery.isFunction()","desc":"Determine if the argument passed is a Javascript function object. ","slug":"jQuery.isFunction"},{"title":"jQuery.isNumeric()","desc":"Determines whether its argument is a number.","slug":"jQuery.isNumeric"},{"title":"jQuery.isPlainObject()","desc":"Check to see if an object is a plain object (created using \"{}\" or \"new...","slug":"jQuery.isPlainObject"},{"title":"jQuery.isWindow()","desc":"Determine whether the argument is a window.","slug":"jQuery.isWindow"},{"title":"jQuery.isXMLDoc()","desc":"Check to see if a DOM node is within an XML document (or is an XML docu...","slug":"jQuery.isXMLDoc"},{"title":"jQuery.makeArray()","desc":"Convert an array-like object into a true JavaScript array.","slug":"jQuery.makeArray"},{"title":"jQuery.map()","desc":"Translate all items in an array or object to new array of items.","slug":"jQuery.map"},{"title":"jQuery.merge()","desc":"Merge the contents of two arrays together into the first array. ","slug":"jQuery.merge"},{"title":"jQuery.noop()","desc":"An empty function.","slug":"jQuery.noop"},{"title":"jQuery.now()","desc":"Return a number representing the current time.","slug":"jQuery.now"},{"title":"jQuery.parseHTML()","desc":"Parses a string into an array of DOM nodes.","slug":"jQuery.parseHTML"},{"title":"jQuery.parseJSON()","desc":"Takes a well-formed JSON string and returns the resulting JavaScript ob...","slug":"jQuery.parseJSON"},{"title":"jQuery.parseXML()","desc":"Parses a string into an XML document.","slug":"jQuery.parseXML"},{"title":"jQuery.proxy()","desc":"Takes a function and returns a new one that will always have a particul...","slug":"jQuery.proxy"},{"title":"jQuery.queue()","desc":"Show or manipulate the queue of functions to be executed on the matched...","slug":"jQuery.queue"},{"title":"jQuery.removeData()","desc":"Remove a previously-stored piece of data.","slug":"jQuery.removeData"},{"title":"jQuery.support","desc":"A collection of properties that represent the presence of different bro...","slug":"jQuery.support"},{"title":"jQuery.trim()","desc":"Remove the whitespace from the beginning and end of a string.","slug":"jQuery.trim"},{"title":"jQuery.type()","desc":"Determine the internal JavaScript [[Class]] of an object.","slug":"jQuery.type"},{"title":"jQuery.unique()","desc":"Sorts an array of DOM elements, in place, with the duplicates removed. ...","slug":"jQuery.unique"},{"title":".queue()","desc":"Show or manipulate the queue of functions to be executed on the matched...","slug":"queue"}]}]