forked from mustardamus/jqapi
-
Notifications
You must be signed in to change notification settings - Fork 26
/
navigation.html
4 lines (4 loc) · 72.3 KB
/
navigation.html
1
2
3
4
<!DOCTYPE html>
<html lang='en'><head><meta http-equiv='content-type' content='text/html; charset=UTF-8' /></head><body>
<div id='search'><input type='search' placeholder='Search' autosave='searchdoc' results='10' id='search-field' autocomplete='off' /></div><ul id='static-list'></li><li class='category'><span>Ajax</span><ul><li class='sub'><a href='docs/jQuery.ajax/index.html'><span class='searchable'>jQuery.ajax()</span><span class='desc'>Perform an asynchronous HTTP (Ajax) request.</span></a></li><li class='sub'><a href='docs/ajaxComplete/index.html'><span class='searchable'>.ajaxComplete()</span><span class='desc'>Register a handler to be called when Ajax requests complete. This is an Ajax Event.</span></a></li><li class='sub'><a href='docs/ajaxError/index.html'><span class='searchable'>.ajaxError()</span><span class='desc'>Register a handler to be called when Ajax requests complete with an error. This is an Ajax Event.</span></a></li><li class='sub'><a href='docs/jQuery.ajaxPrefilter/index.html'><span class='searchable'>jQuery.ajaxPrefilter()</span><span class='desc'>Handle custom Ajax options or modify existing options before each request is sent and before they are processed by $.ajax().</span></a></li><li class='sub'><a href='docs/ajaxSend/index.html'><span class='searchable'>.ajaxSend()</span><span class='desc'>Attach a function to be executed before an Ajax request is sent. This is an Ajax Event.</span></a></li><li class='sub'><a href='docs/jQuery.ajaxSetup/index.html'><span class='searchable'>jQuery.ajaxSetup()</span><span class='desc'>Set default values for future Ajax requests.</span></a></li><li class='sub'><a href='docs/ajaxStart/index.html'><span class='searchable'>.ajaxStart()</span><span class='desc'>Register a handler to be called when the first Ajax request begins. This is an Ajax Event.</span></a></li><li class='sub'><a href='docs/ajaxStop/index.html'><span class='searchable'>.ajaxStop()</span><span class='desc'>Register a handler to be called when all Ajax requests have completed. This is an Ajax Event.</span></a></li><li class='sub'><a href='docs/ajaxSuccess/index.html'><span class='searchable'>.ajaxSuccess()</span><span class='desc'>Attach a function to be executed whenever an Ajax request completes successfully. This is an Ajax Event.</span></a></li><li class='sub'><a href='docs/jQuery.get/index.html'><span class='searchable'>jQuery.get()</span><span class='desc'>Load data from the server using a HTTP GET request.</span></a></li><li class='sub'><a href='docs/jQuery.getJSON/index.html'><span class='searchable'>jQuery.getJSON()</span><span class='desc'>Load JSON-encoded data from the server using a GET HTTP request.</span></a></li><li class='sub'><a href='docs/jQuery.getScript/index.html'><span class='searchable'>jQuery.getScript()</span><span class='desc'>Load a JavaScript file from the server using a GET HTTP request, then execute it.</span></a></li><li class='sub'><a href='docs/load/index.html'><span class='searchable'>.load()</span><span class='desc'>Load data from the server and place the returned HTML into the matched element.</span></a></li><li class='sub'><a href='docs/jQuery.param/index.html'><span class='searchable'>jQuery.param()</span><span class='desc'>Create a serialized representation of an array or object, suitable for use in a URL query string or Ajax request. </span></a></li><li class='sub'><a href='docs/jQuery.post/index.html'><span class='searchable'>jQuery.post()</span><span class='desc'>Load data from the server using a HTTP POST request.</span></a></li><li class='sub'><a href='docs/serialize/index.html'><span class='searchable'>.serialize()</span><span class='desc'>Encode a set of form elements as a string for submission.</span></a></li><li class='sub'><a href='docs/serializeArray/index.html'><span class='searchable'>.serializeArray()</span><span class='desc'>Encode a set of form elements as an array of names and values.</span></a></li></ul></li><li class='category'><span>Attributes</span><ul><li class='sub'><a href='docs/.prop/index.html'><span class='searchable'>.prop()</span><span class='desc'>Get the value of a property for the first element in the set of matched elements.</span></a></li><li class='sub'><a href='docs/.removeProp/index.html'><span class='searchable'>.removeProp()</span><span class='desc'>Remove a property for the set of matched elements.</span></a></li><li class='sub'><a href='docs/addClass/index.html'><span class='searchable'>.addClass()</span><span class='desc'>Adds the specified class(es) to each of the set of matched elements.</span></a></li><li class='sub'><a href='docs/attr/index.html'><span class='searchable'>.attr()</span><span class='desc'>Get the value of an attribute for the first element in the set of matched elements.</span></a></li><li class='sub'><a href='docs/hasClass/index.html'><span class='searchable'>.hasClass()</span><span class='desc'>Determine whether any of the matched elements are assigned the given class.</span></a></li><li class='sub'><a href='docs/html/index.html'><span class='searchable'>.html()</span><span class='desc'>Get the HTML contents of the first element in the set of matched elements.</span></a></li><li class='sub'><a href='docs/removeAttr/index.html'><span class='searchable'>.removeAttr()</span><span class='desc'>Remove an attribute from each element in the set of matched elements.</span></a></li><li class='sub'><a href='docs/removeClass/index.html'><span class='searchable'>.removeClass()</span><span class='desc'>Remove a single class, multiple classes, or all classes from each element in the set of matched elements.</span></a></li><li class='sub'><a href='docs/toggleClass/index.html'><span class='searchable'>.toggleClass()</span><span class='desc'>Add or remove one or more classes from each element in the set of matched elements, depending on either the class's presence or the value of the switch argument.</span></a></li><li class='sub'><a href='docs/val/index.html'><span class='searchable'>.val()</span><span class='desc'>Get the current value of the first element in the set of matched elements.</span></a></li></ul></li><li class='category'><span>Core</span><ul><li class='sub'><a href='docs/jQuery.holdReady/index.html'><span class='searchable'>jQuery.holdReady()</span><span class='desc'>Holds or releases the execution of jQuery's ready event.</span></a></li><li class='sub'><a href='docs/jQuery/index.html'><span class='searchable'>jQuery()</span><span class='desc'>Accepts a string containing a CSS selector which is then used to match a set of elements.</span></a></li><li class='sub'><a href='docs/jQuery.noConflict/index.html'><span class='searchable'>jQuery.noConflict()</span><span class='desc'>Relinquish jQuery's control of the $ variable.</span></a></li><li class='sub'><a href='docs/jQuery.sub/index.html'><span class='searchable'>jQuery.sub()</span><span class='desc'>Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.</span></a></li><li class='sub'><a href='docs/jQuery.when/index.html'><span class='searchable'>jQuery.when()</span><span class='desc'>Provides a way to execute callback functions based on one or more objects, usually Deferred objects that represent asynchronous events.</span></a></li></ul></li><li class='category'><span>CSS</span><ul><li class='sub'><a href='docs/addClass/index.html'><span class='searchable'>.addClass()</span><span class='desc'>Adds the specified class(es) to each of the set of matched elements.</span></a></li><li class='sub'><a href='docs/css/index.html'><span class='searchable'>.css()</span><span class='desc'>Get the value of a style property for the first element in the set of matched elements.</span></a></li><li class='sub'><a href='docs/jQuery.cssHooks/index.html'><span class='searchable'>jQuery.cssHooks</span><span class='desc'>Provides a way to hook directly into jQuery to override how particular CSS properties are retrieved or set. Amongst other uses, cssHooks can be used to create custom, browser-normalized properties for CSS3 features such as box-shadows and gradients.</span></a></li><li class='sub'><a href='docs/hasClass/index.html'><span class='searchable'>.hasClass()</span><span class='desc'>Determine whether any of the matched elements are assigned the given class.</span></a></li><li class='sub'><a href='docs/height/index.html'><span class='searchable'>.height()</span><span class='desc'>Get the current computed height for the first element in the set of matched elements.</span></a></li><li class='sub'><a href='docs/innerHeight/index.html'><span class='searchable'>.innerHeight()</span><span class='desc'>Get the current computed height for the first element in the set of matched elements, including padding but not border.</span></a></li><li class='sub'><a href='docs/innerWidth/index.html'><span class='searchable'>.innerWidth()</span><span class='desc'>Get the current computed width for the first element in the set of matched elements, including padding but not border.</span></a></li><li class='sub'><a href='docs/offset/index.html'><span class='searchable'>.offset()</span><span class='desc'>Get the current coordinates of the first element in the set of matched elements, relative to the document.</span></a></li><li class='sub'><a href='docs/outerHeight/index.html'><span class='searchable'>.outerHeight()</span><span class='desc'>Get the current computed height for the first element in the set of matched elements, including padding, border, and optionally margin.</span></a></li><li class='sub'><a href='docs/outerWidth/index.html'><span class='searchable'>.outerWidth()</span><span class='desc'>Get the current computed width for the first element in the set of matched elements, including padding and border.</span></a></li><li class='sub'><a href='docs/position/index.html'><span class='searchable'>.position()</span><span class='desc'>Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.</span></a></li><li class='sub'><a href='docs/removeClass/index.html'><span class='searchable'>.removeClass()</span><span class='desc'>Remove a single class, multiple classes, or all classes from each element in the set of matched elements.</span></a></li><li class='sub'><a href='docs/scrollLeft/index.html'><span class='searchable'>.scrollLeft()</span><span class='desc'>Get the current horizontal position of the scroll bar for the first element in the set of matched elements.</span></a></li><li class='sub'><a href='docs/scrollTop/index.html'><span class='searchable'>.scrollTop()</span><span class='desc'>Get the current vertical position of the scroll bar for the first element in the set of matched elements.</span></a></li><li class='sub'><a href='docs/toggleClass/index.html'><span class='searchable'>.toggleClass()</span><span class='desc'>Add or remove one or more classes from each element in the set of matched elements, depending on either the class's presence or the value of the switch argument.</span></a></li><li class='sub'><a href='docs/width/index.html'><span class='searchable'>.width()</span><span class='desc'>Get the current computed width for the first element in the set of matched elements.</span></a></li></ul></li><li class='category'><span>Data</span><ul><li class='sub'><a href='docs/clearQueue/index.html'><span class='searchable'>.clearQueue()</span><span class='desc'>Remove from the queue all items that have not yet been run.</span></a></li><li class='sub'><a href='docs/jQuery.data/index.html'><span class='searchable'>jQuery.data()</span><span class='desc'>Store arbitrary data associated with the specified element. Returns the value that was set.</span></a></li><li class='sub'><a href='docs/data/index.html'><span class='searchable'>.data()</span><span class='desc'>Store arbitrary data associated with the matched elements.</span></a></li><li class='sub'><a href='docs/dequeue/index.html'><span class='searchable'>.dequeue()</span><span class='desc'>Execute the next function on the queue for the matched elements.</span></a></li><li class='sub'><a href='docs/jQuery.dequeue/index.html'><span class='searchable'>jQuery.dequeue()</span><span class='desc'>Execute the next function on the queue for the matched element.</span></a></li><li class='sub'><a href='docs/jQuery.hasData/index.html'><span class='searchable'>jQuery.hasData()</span><span class='desc'>Determine whether an element has any jQuery data associated with it.</span></a></li><li class='sub'><a href='docs/queue/index.html'><span class='searchable'>.queue()</span><span class='desc'>Show the queue of functions to be executed on the matched elements.</span></a></li><li class='sub'><a href='docs/jQuery.queue/index.html'><span class='searchable'>jQuery.queue()</span><span class='desc'>Show the queue of functions to be executed on the matched element.</span></a></li><li class='sub'><a href='docs/jQuery.removeData/index.html'><span class='searchable'>jQuery.removeData()</span><span class='desc'>Remove a previously-stored piece of data.</span></a></li><li class='sub'><a href='docs/removeData/index.html'><span class='searchable'>.removeData()</span><span class='desc'>Remove a previously-stored piece of data.</span></a></li></ul></li><li class='category'><span>Deferred Object</span><ul><li class='sub'><a href='docs/deferred.always/index.html'><span class='searchable'>deferred.always()</span><span class='desc'> Add handlers to be called when the Deferred object is either resolved or rejected. </span></a></li><li class='sub'><a href='docs/deferred.done/index.html'><span class='searchable'>deferred.done()</span><span class='desc'> Add handlers to be called when the Deferred object is resolved. </span></a></li><li class='sub'><a href='docs/deferred.fail/index.html'><span class='searchable'>deferred.fail()</span><span class='desc'> Add handlers to be called when the Deferred object is rejected. </span></a></li><li class='sub'><a href='docs/deferred.isRejected/index.html'><span class='searchable'>deferred.isRejected()</span><span class='desc'> Determine whether a Deferred object has been rejected. </span></a></li><li class='sub'><a href='docs/deferred.isResolved/index.html'><span class='searchable'>deferred.isResolved()</span><span class='desc'> Determine whether a Deferred object has been resolved. </span></a></li><li class='sub'><a href='docs/deferred.pipe/index.html'><span class='searchable'>deferred.pipe()</span><span class='desc'> Utility method to filter and/or chain Deferreds. </span></a></li><li class='sub'><a href='docs/deferred.promise/index.html'><span class='searchable'>deferred.promise()</span><span class='desc'> Return a Deferred's Promise object. </span></a></li><li class='sub'><a href='docs/deferred.reject/index.html'><span class='searchable'>deferred.reject()</span><span class='desc'> Reject a Deferred object and call any failCallbacks with the given args. </span></a></li><li class='sub'><a href='docs/deferred.rejectWith/index.html'><span class='searchable'>deferred.rejectWith()</span><span class='desc'> Reject a Deferred object and call any failCallbacks with the given context and args. </span></a></li><li class='sub'><a href='docs/deferred.resolve/index.html'><span class='searchable'>deferred.resolve()</span><span class='desc'> Resolve a Deferred object and call any doneCallbacks with the given args. </span></a></li><li class='sub'><a href='docs/deferred.resolveWith/index.html'><span class='searchable'>deferred.resolveWith()</span><span class='desc'> Resolve a Deferred object and call any doneCallbacks with the given context and args. </span></a></li><li class='sub'><a href='docs/deferred.then/index.html'><span class='searchable'>deferred.then()</span><span class='desc'> Add handlers to be called when the Deferred object is resolved or rejected. </span></a></li><li class='sub'><a href='docs/promise/index.html'><span class='searchable'>.promise()</span><span class='desc'> Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished. </span></a></li></ul></li><li class='category'><span>Dimensions</span><ul><li class='sub'><a href='docs/height/index.html'><span class='searchable'>.height()</span><span class='desc'>Get the current computed height for the first element in the set of matched elements.</span></a></li><li class='sub'><a href='docs/innerHeight/index.html'><span class='searchable'>.innerHeight()</span><span class='desc'>Get the current computed height for the first element in the set of matched elements, including padding but not border.</span></a></li><li class='sub'><a href='docs/innerWidth/index.html'><span class='searchable'>.innerWidth()</span><span class='desc'>Get the current computed width for the first element in the set of matched elements, including padding but not border.</span></a></li><li class='sub'><a href='docs/outerHeight/index.html'><span class='searchable'>.outerHeight()</span><span class='desc'>Get the current computed height for the first element in the set of matched elements, including padding, border, and optionally margin.</span></a></li><li class='sub'><a href='docs/outerWidth/index.html'><span class='searchable'>.outerWidth()</span><span class='desc'>Get the current computed width for the first element in the set of matched elements, including padding and border.</span></a></li><li class='sub'><a href='docs/width/index.html'><span class='searchable'>.width()</span><span class='desc'>Get the current computed width for the first element in the set of matched elements.</span></a></li></ul></li><li class='category'><span>Effects</span><ul><li class='sub'><a href='docs/animate/index.html'><span class='searchable'>.animate()</span><span class='desc'>Perform a custom animation of a set of CSS properties.</span></a></li><li class='sub'><a href='docs/clearQueue/index.html'><span class='searchable'>.clearQueue()</span><span class='desc'>Remove from the queue all items that have not yet been run.</span></a></li><li class='sub'><a href='docs/delay/index.html'><span class='searchable'>.delay()</span><span class='desc'>Set a timer to delay execution of subsequent items in the queue.</span></a></li><li class='sub'><a href='docs/dequeue/index.html'><span class='searchable'>.dequeue()</span><span class='desc'>Execute the next function on the queue for the matched elements.</span></a></li><li class='sub'><a href='docs/fadeIn/index.html'><span class='searchable'>.fadeIn()</span><span class='desc'>Display the matched elements by fading them to opaque.</span></a></li><li class='sub'><a href='docs/fadeOut/index.html'><span class='searchable'>.fadeOut()</span><span class='desc'>Hide the matched elements by fading them to transparent.</span></a></li><li class='sub'><a href='docs/fadeTo/index.html'><span class='searchable'>.fadeTo()</span><span class='desc'>Adjust the opacity of the matched elements.</span></a></li><li class='sub'><a href='docs/fadeToggle/index.html'><span class='searchable'>.fadeToggle()</span><span class='desc'>Display or hide the matched elements by animating their opacity.</span></a></li><li class='sub'><a href='docs/jQuery.fx.interval/index.html'><span class='searchable'>jQuery.fx.interval</span><span class='desc'>The rate (in milliseconds) at which animations fire.</span></a></li><li class='sub'><a href='docs/jQuery.fx.off/index.html'><span class='searchable'>jQuery.fx.off</span><span class='desc'>Globally disable all animations.</span></a></li><li class='sub'><a href='docs/hide/index.html'><span class='searchable'>.hide()</span><span class='desc'>Hide the matched elements.</span></a></li><li class='sub'><a href='docs/queue/index.html'><span class='searchable'>.queue()</span><span class='desc'>Show the queue of functions to be executed on the matched elements.</span></a></li><li class='sub'><a href='docs/show/index.html'><span class='searchable'>.show()</span><span class='desc'>Display the matched elements.</span></a></li><li class='sub'><a href='docs/slideDown/index.html'><span class='searchable'>.slideDown()</span><span class='desc'>Display the matched elements with a sliding motion.</span></a></li><li class='sub'><a href='docs/slideToggle/index.html'><span class='searchable'>.slideToggle()</span><span class='desc'>Display or hide the matched elements with a sliding motion.</span></a></li><li class='sub'><a href='docs/slideUp/index.html'><span class='searchable'>.slideUp()</span><span class='desc'>Hide the matched elements with a sliding motion.</span></a></li><li class='sub'><a href='docs/stop/index.html'><span class='searchable'>.stop()</span><span class='desc'>Stop the currently-running animation on the matched elements.</span></a></li><li class='sub'><a href='docs/toggle/index.html'><span class='searchable'>.toggle()</span><span class='desc'>Display or hide the matched elements.</span></a></li></ul></li><li class='category'><span>Events</span><ul><li class='sub'><a href='docs/bind/index.html'><span class='searchable'>.bind()</span><span class='desc'>Attach a handler to an event for the elements.</span></a></li><li class='sub'><a href='docs/blur/index.html'><span class='searchable'>.blur()</span><span class='desc'>Bind an event handler to the "blur" JavaScript event, or trigger that event on an element.</span></a></li><li class='sub'><a href='docs/change/index.html'><span class='searchable'>.change()</span><span class='desc'>Bind an event handler to the "change" JavaScript event, or trigger that event on an element.</span></a></li><li class='sub'><a href='docs/click/index.html'><span class='searchable'>.click()</span><span class='desc'>Bind an event handler to the "click" JavaScript event, or trigger that event on an element.</span></a></li><li class='sub'><a href='docs/dblclick/index.html'><span class='searchable'>.dblclick()</span><span class='desc'>Bind an event handler to the "dblclick" JavaScript event, or trigger that event on an element.</span></a></li><li class='sub'><a href='docs/delegate/index.html'><span class='searchable'>.delegate()</span><span class='desc'>Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.</span></a></li><li class='sub'><a href='docs/die/index.html'><span class='searchable'>.die()</span><span class='desc'>Remove all event handlers previously attached using .live() from the elements.</span></a></li><li class='sub'><a href='docs/error/index.html'><span class='searchable'>.error()</span><span class='desc'>Bind an event handler to the "error" JavaScript event.</span></a></li><li class='sub'><a href='docs/event.currentTarget/index.html'><span class='searchable'>event.currentTarget</span><span class='desc'> The current DOM element within the event bubbling phase. </span></a></li><li class='sub'><a href='docs/event.data/index.html'><span class='searchable'>event.data</span><span class='desc'> The optional data passed to jQuery.fn.bind when the current executing handler was bound. </span></a></li><li class='sub'><a href='docs/event.isDefaultPrevented/index.html'><span class='searchable'>event.isDefaultPrevented()</span><span class='desc'>Returns whether event.preventDefault() was ever called on this event object. </span></a></li><li class='sub'><a href='docs/event.isImmediatePropagationStopped/index.html'><span class='searchable'>event.isImmediatePropagationStopped()</span><span class='desc'> Returns whether event.stopImmediatePropagation() was ever called on this event object. </span></a></li><li class='sub'><a href='docs/event.isPropagationStopped/index.html'><span class='searchable'>event.isPropagationStopped()</span><span class='desc'> Returns whether event.stopPropagation() was ever called on this event object. </span></a></li><li class='sub'><a href='docs/event.namespace/index.html'><span class='searchable'>event.namespace</span><span class='desc'>The namespace specified when the event was triggered.</span></a></li><li class='sub'><a href='docs/event.pageX/index.html'><span class='searchable'>event.pageX</span><span class='desc'>The mouse position relative to the left edge of the document. </span></a></li><li class='sub'><a href='docs/event.pageY/index.html'><span class='searchable'>event.pageY</span><span class='desc'>The mouse position relative to the top edge of the document. </span></a></li><li class='sub'><a href='docs/event.preventDefault/index.html'><span class='searchable'>event.preventDefault()</span><span class='desc'> If this method is called, the default action of the event will not be triggered. </span></a></li><li class='sub'><a href='docs/event.relatedTarget/index.html'><span class='searchable'>event.relatedTarget</span><span class='desc'> The other DOM element involved in the event, if any. </span></a></li><li class='sub'><a href='docs/event.result/index.html'><span class='searchable'>event.result</span><span class='desc'> The last value returned by an event handler that was triggered by this event, unless the value was undefined. </span></a></li><li class='sub'><a href='docs/event.stopImmediatePropagation/index.html'><span class='searchable'>event.stopImmediatePropagation()</span><span class='desc'>Prevents other event handlers from being called.</span></a></li><li class='sub'><a href='docs/event.stopPropagation/index.html'><span class='searchable'>event.stopPropagation()</span><span class='desc'>Prevents the event from bubbling up the DOM tree, preventing any parent handlers from being notified of the event. </span></a></li><li class='sub'><a href='docs/event.target/index.html'><span class='searchable'>event.target</span><span class='desc'> The DOM element that initiated the event. </span></a></li><li class='sub'><a href='docs/event.timeStamp/index.html'><span class='searchable'>event.timeStamp</span><span class='desc'>The difference in milliseconds between the time an event is triggered and January 1, 1970.</span></a></li><li class='sub'><a href='docs/event.type/index.html'><span class='searchable'>event.type</span><span class='desc'> Describes the nature of the event. </span></a></li><li class='sub'><a href='docs/event.which/index.html'><span class='searchable'>event.which</span><span class='desc'> For key or button events, this attribute indicates the specific button or key that was pressed. </span></a></li><li class='sub'><a href='docs/focus/index.html'><span class='searchable'>.focus()</span><span class='desc'>Bind an event handler to the "focus" JavaScript event, or trigger that event on an element.</span></a></li><li class='sub'><a href='docs/focusin/index.html'><span class='searchable'>.focusin()</span><span class='desc'>Bind an event handler to the "focusin" JavaScript event.</span></a></li><li class='sub'><a href='docs/focusout/index.html'><span class='searchable'>.focusout()</span><span class='desc'>Bind an event handler to the "focusout" JavaScript event.</span></a></li><li class='sub'><a href='docs/hover/index.html'><span class='searchable'>.hover()</span><span class='desc'>Bind two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.</span></a></li><li class='sub'><a href='docs/keydown/index.html'><span class='searchable'>.keydown()</span><span class='desc'>Bind an event handler to the "keydown" JavaScript event, or trigger that event on an element.</span></a></li><li class='sub'><a href='docs/keypress/index.html'><span class='searchable'>.keypress()</span><span class='desc'>Bind an event handler to the "keypress" JavaScript event, or trigger that event on an element.</span></a></li><li class='sub'><a href='docs/keyup/index.html'><span class='searchable'>.keyup()</span><span class='desc'>Bind an event handler to the "keyup" JavaScript event, or trigger that event on an element.</span></a></li><li class='sub'><a href='docs/live/index.html'><span class='searchable'>.live()</span><span class='desc'>Attach a handler to the event for all elements which match the current selector, now and in the future.</span></a></li><li class='sub'><a href='docs/load-event/index.html'><span class='searchable'>.load()</span><span class='desc'>Bind an event handler to the "load" JavaScript event.</span></a></li><li class='sub'><a href='docs/mousedown/index.html'><span class='searchable'>.mousedown()</span><span class='desc'>Bind an event handler to the "mousedown" JavaScript event, or trigger that event on an element.</span></a></li><li class='sub'><a href='docs/mouseenter/index.html'><span class='searchable'>.mouseenter()</span><span class='desc'>Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element.</span></a></li><li class='sub'><a href='docs/mouseleave/index.html'><span class='searchable'>.mouseleave()</span><span class='desc'>Bind an event handler to be fired when the mouse leaves an element, or trigger that handler on an element.</span></a></li><li class='sub'><a href='docs/mousemove/index.html'><span class='searchable'>.mousemove()</span><span class='desc'>Bind an event handler to the "mousemove" JavaScript event, or trigger that event on an element.</span></a></li><li class='sub'><a href='docs/mouseout/index.html'><span class='searchable'>.mouseout()</span><span class='desc'>Bind an event handler to the "mouseout" JavaScript event, or trigger that event on an element.</span></a></li><li class='sub'><a href='docs/mouseover/index.html'><span class='searchable'>.mouseover()</span><span class='desc'>Bind an event handler to the "mouseover" JavaScript event, or trigger that event on an element.</span></a></li><li class='sub'><a href='docs/mouseup/index.html'><span class='searchable'>.mouseup()</span><span class='desc'>Bind an event handler to the "mouseup" JavaScript event, or trigger that event on an element.</span></a></li><li class='sub'><a href='docs/one/index.html'><span class='searchable'>.one()</span><span class='desc'>Attach a handler to an event for the elements. The handler is executed at most once per element.</span></a></li><li class='sub'><a href='docs/jQuery.proxy/index.html'><span class='searchable'>jQuery.proxy()</span><span class='desc'>Takes a function and returns a new one that will always have a particular context.</span></a></li><li class='sub'><a href='docs/ready/index.html'><span class='searchable'>.ready()</span><span class='desc'>Specify a function to execute when the DOM is fully loaded.</span></a></li><li class='sub'><a href='docs/resize/index.html'><span class='searchable'>.resize()</span><span class='desc'>Bind an event handler to the "resize" JavaScript event, or trigger that event on an element.</span></a></li><li class='sub'><a href='docs/scroll/index.html'><span class='searchable'>.scroll()</span><span class='desc'>Bind an event handler to the "scroll" JavaScript event, or trigger that event on an element.</span></a></li><li class='sub'><a href='docs/select/index.html'><span class='searchable'>.select()</span><span class='desc'>Bind an event handler to the "select" JavaScript event, or trigger that event on an element.</span></a></li><li class='sub'><a href='docs/submit/index.html'><span class='searchable'>.submit()</span><span class='desc'>Bind an event handler to the "submit" JavaScript event, or trigger that event on an element.</span></a></li><li class='sub'><a href='docs/toggle-event/index.html'><span class='searchable'>.toggle()</span><span class='desc'>Bind two or more handlers to the matched elements, to be executed on alternate clicks.</span></a></li><li class='sub'><a href='docs/trigger/index.html'><span class='searchable'>.trigger()</span><span class='desc'>Execute all handlers and behaviors attached to the matched elements for the given event type.</span></a></li><li class='sub'><a href='docs/triggerHandler/index.html'><span class='searchable'>.triggerHandler()</span><span class='desc'>Execute all handlers attached to an element for an event.</span></a></li><li class='sub'><a href='docs/unbind/index.html'><span class='searchable'>.unbind()</span><span class='desc'>Remove a previously-attached event handler from the elements.</span></a></li><li class='sub'><a href='docs/undelegate/index.html'><span class='searchable'>.undelegate()</span><span class='desc'>Remove a handler from the event for all elements which match the current selector, now or in the future, based upon a specific set of root elements.</span></a></li><li class='sub'><a href='docs/unload/index.html'><span class='searchable'>.unload()</span><span class='desc'>Bind an event handler to the "unload" JavaScript event.</span></a></li></ul></li><li class='category'><span>Forms</span><ul><li class='sub'><a href='docs/blur/index.html'><span class='searchable'>.blur()</span><span class='desc'>Bind an event handler to the "blur" JavaScript event, or trigger that event on an element.</span></a></li><li class='sub'><a href='docs/change/index.html'><span class='searchable'>.change()</span><span class='desc'>Bind an event handler to the "change" JavaScript event, or trigger that event on an element.</span></a></li><li class='sub'><a href='docs/focus/index.html'><span class='searchable'>.focus()</span><span class='desc'>Bind an event handler to the "focus" JavaScript event, or trigger that event on an element.</span></a></li><li class='sub'><a href='docs/jQuery.param/index.html'><span class='searchable'>jQuery.param()</span><span class='desc'>Create a serialized representation of an array or object, suitable for use in a URL query string or Ajax request. </span></a></li><li class='sub'><a href='docs/select/index.html'><span class='searchable'>.select()</span><span class='desc'>Bind an event handler to the "select" JavaScript event, or trigger that event on an element.</span></a></li><li class='sub'><a href='docs/serialize/index.html'><span class='searchable'>.serialize()</span><span class='desc'>Encode a set of form elements as a string for submission.</span></a></li><li class='sub'><a href='docs/serializeArray/index.html'><span class='searchable'>.serializeArray()</span><span class='desc'>Encode a set of form elements as an array of names and values.</span></a></li><li class='sub'><a href='docs/submit/index.html'><span class='searchable'>.submit()</span><span class='desc'>Bind an event handler to the "submit" JavaScript event, or trigger that event on an element.</span></a></li><li class='sub'><a href='docs/val/index.html'><span class='searchable'>.val()</span><span class='desc'>Get the current value of the first element in the set of matched elements.</span></a></li></ul></li><li class='category'><span>Internals</span><ul><li class='sub'><a href='docs/.jquery/index.html'><span class='searchable'>.jquery</span><span class='desc'>A string containing the jQuery version number.</span></a></li><li class='sub'><a href='docs/context/index.html'><span class='searchable'>.context</span><span class='desc'>The DOM node context originally passed to jQuery(); if none was passed then context will likely be the document.</span></a></li><li class='sub'><a href='docs/jQuery.error/index.html'><span class='searchable'>jQuery.error</span><span class='desc'>Takes a string and throws an exception containing it.</span></a></li><li class='sub'><a href='docs/pushStack/index.html'><span class='searchable'>.pushStack()</span><span class='desc'>Add a collection of DOM elements onto the jQuery stack.</span></a></li><li class='sub'><a href='docs/selector/index.html'><span class='searchable'>.selector</span><span class='desc'>A selector representing selector originally passed to jQuery().</span></a></li></ul></li><li class='category'><span>Manipulation</span><ul><li class='sub'><a href='docs/.prop/index.html'><span class='searchable'>.prop()</span><span class='desc'>Get the value of a property for the first element in the set of matched elements.</span></a></li><li class='sub'><a href='docs/.removeProp/index.html'><span class='searchable'>.removeProp()</span><span class='desc'>Remove a property for the set of matched elements.</span></a></li><li class='sub'><a href='docs/addClass/index.html'><span class='searchable'>.addClass()</span><span class='desc'>Adds the specified class(es) to each of the set of matched elements.</span></a></li><li class='sub'><a href='docs/after/index.html'><span class='searchable'>.after()</span><span class='desc'>Insert content, specified by the parameter, after each element in the set of matched elements.</span></a></li><li class='sub'><a href='docs/append/index.html'><span class='searchable'>.append()</span><span class='desc'>Insert content, specified by the parameter, to the end of each element in the set of matched elements.</span></a></li><li class='sub'><a href='docs/appendTo/index.html'><span class='searchable'>.appendTo()</span><span class='desc'>Insert every element in the set of matched elements to the end of the target.</span></a></li><li class='sub'><a href='docs/attr/index.html'><span class='searchable'>.attr()</span><span class='desc'>Get the value of an attribute for the first element in the set of matched elements.</span></a></li><li class='sub'><a href='docs/before/index.html'><span class='searchable'>.before()</span><span class='desc'>Insert content, specified by the parameter, before each element in the set of matched elements.</span></a></li><li class='sub'><a href='docs/clone/index.html'><span class='searchable'>.clone()</span><span class='desc'>Create a deep copy of the set of matched elements.</span></a></li><li class='sub'><a href='docs/css/index.html'><span class='searchable'>.css()</span><span class='desc'>Get the value of a style property for the first element in the set of matched elements.</span></a></li><li class='sub'><a href='docs/detach/index.html'><span class='searchable'>.detach()</span><span class='desc'>Remove the set of matched elements from the DOM.</span></a></li><li class='sub'><a href='docs/empty/index.html'><span class='searchable'>.empty()</span><span class='desc'>Remove all child nodes of the set of matched elements from the DOM.</span></a></li><li class='sub'><a href='docs/hasClass/index.html'><span class='searchable'>.hasClass()</span><span class='desc'>Determine whether any of the matched elements are assigned the given class.</span></a></li><li class='sub'><a href='docs/height/index.html'><span class='searchable'>.height()</span><span class='desc'>Get the current computed height for the first element in the set of matched elements.</span></a></li><li class='sub'><a href='docs/html/index.html'><span class='searchable'>.html()</span><span class='desc'>Get the HTML contents of the first element in the set of matched elements.</span></a></li><li class='sub'><a href='docs/innerHeight/index.html'><span class='searchable'>.innerHeight()</span><span class='desc'>Get the current computed height for the first element in the set of matched elements, including padding but not border.</span></a></li><li class='sub'><a href='docs/innerWidth/index.html'><span class='searchable'>.innerWidth()</span><span class='desc'>Get the current computed width for the first element in the set of matched elements, including padding but not border.</span></a></li><li class='sub'><a href='docs/insertAfter/index.html'><span class='searchable'>.insertAfter()</span><span class='desc'>Insert every element in the set of matched elements after the target.</span></a></li><li class='sub'><a href='docs/insertBefore/index.html'><span class='searchable'>.insertBefore()</span><span class='desc'>Insert every element in the set of matched elements before the target.</span></a></li><li class='sub'><a href='docs/offset/index.html'><span class='searchable'>.offset()</span><span class='desc'>Get the current coordinates of the first element in the set of matched elements, relative to the document.</span></a></li><li class='sub'><a href='docs/outerHeight/index.html'><span class='searchable'>.outerHeight()</span><span class='desc'>Get the current computed height for the first element in the set of matched elements, including padding, border, and optionally margin.</span></a></li><li class='sub'><a href='docs/outerWidth/index.html'><span class='searchable'>.outerWidth()</span><span class='desc'>Get the current computed width for the first element in the set of matched elements, including padding and border.</span></a></li><li class='sub'><a href='docs/position/index.html'><span class='searchable'>.position()</span><span class='desc'>Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.</span></a></li><li class='sub'><a href='docs/prepend/index.html'><span class='searchable'>.prepend()</span><span class='desc'>Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.</span></a></li><li class='sub'><a href='docs/prependTo/index.html'><span class='searchable'>.prependTo()</span><span class='desc'>Insert every element in the set of matched elements to the beginning of the target.</span></a></li><li class='sub'><a href='docs/remove/index.html'><span class='searchable'>.remove()</span><span class='desc'>Remove the set of matched elements from the DOM.</span></a></li><li class='sub'><a href='docs/removeAttr/index.html'><span class='searchable'>.removeAttr()</span><span class='desc'>Remove an attribute from each element in the set of matched elements.</span></a></li><li class='sub'><a href='docs/removeClass/index.html'><span class='searchable'>.removeClass()</span><span class='desc'>Remove a single class, multiple classes, or all classes from each element in the set of matched elements.</span></a></li><li class='sub'><a href='docs/replaceAll/index.html'><span class='searchable'>.replaceAll()</span><span class='desc'>Replace each target element with the set of matched elements.</span></a></li><li class='sub'><a href='docs/replaceWith/index.html'><span class='searchable'>.replaceWith()</span><span class='desc'>Replace each element in the set of matched elements with the provided new content.</span></a></li><li class='sub'><a href='docs/scrollLeft/index.html'><span class='searchable'>.scrollLeft()</span><span class='desc'>Get the current horizontal position of the scroll bar for the first element in the set of matched elements.</span></a></li><li class='sub'><a href='docs/scrollTop/index.html'><span class='searchable'>.scrollTop()</span><span class='desc'>Get the current vertical position of the scroll bar for the first element in the set of matched elements.</span></a></li><li class='sub'><a href='docs/text/index.html'><span class='searchable'>.text()</span><span class='desc'>Get the combined text contents of each element in the set of matched elements, including their descendants.</span></a></li><li class='sub'><a href='docs/toggleClass/index.html'><span class='searchable'>.toggleClass()</span><span class='desc'>Add or remove one or more classes from each element in the set of matched elements, depending on either the class's presence or the value of the switch argument.</span></a></li><li class='sub'><a href='docs/unwrap/index.html'><span class='searchable'>.unwrap()</span><span class='desc'>Remove the parents of the set of matched elements from the DOM, leaving the matched elements in their place.</span></a></li><li class='sub'><a href='docs/val/index.html'><span class='searchable'>.val()</span><span class='desc'>Get the current value of the first element in the set of matched elements.</span></a></li><li class='sub'><a href='docs/width/index.html'><span class='searchable'>.width()</span><span class='desc'>Get the current computed width for the first element in the set of matched elements.</span></a></li><li class='sub'><a href='docs/wrap/index.html'><span class='searchable'>.wrap()</span><span class='desc'>Wrap an HTML structure around each element in the set of matched elements.</span></a></li><li class='sub'><a href='docs/wrapAll/index.html'><span class='searchable'>.wrapAll()</span><span class='desc'>Wrap an HTML structure around all elements in the set of matched elements.</span></a></li><li class='sub'><a href='docs/wrapInner/index.html'><span class='searchable'>.wrapInner()</span><span class='desc'>Wrap an HTML structure around the content of each element in the set of matched elements.</span></a></li></ul></li><li class='category'><span>Miscellaneous</span><ul><li class='sub'><a href='docs/data/index.html'><span class='searchable'>.data()</span><span class='desc'>Store arbitrary data associated with the matched elements.</span></a></li><li class='sub'><a href='docs/each/index.html'><span class='searchable'>.each()</span><span class='desc'>Iterate over a jQuery object, executing a function for each matched element. </span></a></li><li class='sub'><a href='docs/get/index.html'><span class='searchable'>.get()</span><span class='desc'>Retrieve the DOM elements matched by the jQuery object.</span></a></li><li class='sub'><a href='docs/index/index.html'><span class='searchable'>.index()</span><span class='desc'>Search for a given element from among the matched elements.</span></a></li><li class='sub'><a href='docs/jQuery.noConflict/index.html'><span class='searchable'>jQuery.noConflict()</span><span class='desc'>Relinquish jQuery's control of the $ variable.</span></a></li><li class='sub'><a href='docs/jQuery.param/index.html'><span class='searchable'>jQuery.param()</span><span class='desc'>Create a serialized representation of an array or object, suitable for use in a URL query string or Ajax request. </span></a></li><li class='sub'><a href='docs/removeData/index.html'><span class='searchable'>.removeData()</span><span class='desc'>Remove a previously-stored piece of data.</span></a></li><li class='sub'><a href='docs/size/index.html'><span class='searchable'>.size()</span><span class='desc'>Return the number of elements in the jQuery object.</span></a></li><li class='sub'><a href='docs/toArray/index.html'><span class='searchable'>.toArray()</span><span class='desc'>Retrieve all the DOM elements contained in the jQuery set, as an array.</span></a></li></ul></li><li class='category'><span>Offset</span><ul><li class='sub'><a href='docs/offset/index.html'><span class='searchable'>.offset()</span><span class='desc'>Get the current coordinates of the first element in the set of matched elements, relative to the document.</span></a></li><li class='sub'><a href='docs/offsetParent/index.html'><span class='searchable'>.offsetParent()</span><span class='desc'>Get the closest ancestor element that is positioned.</span></a></li><li class='sub'><a href='docs/position/index.html'><span class='searchable'>.position()</span><span class='desc'>Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.</span></a></li><li class='sub'><a href='docs/scrollLeft/index.html'><span class='searchable'>.scrollLeft()</span><span class='desc'>Get the current horizontal position of the scroll bar for the first element in the set of matched elements.</span></a></li><li class='sub'><a href='docs/scrollTop/index.html'><span class='searchable'>.scrollTop()</span><span class='desc'>Get the current vertical position of the scroll bar for the first element in the set of matched elements.</span></a></li></ul></li><li class='category'><span>Plugins</span><ul></ul></li><li class='category'><span>Properties</span><ul><li class='sub'><a href='docs/.jquery/index.html'><span class='searchable'>.jquery</span><span class='desc'>A string containing the jQuery version number.</span></a></li><li class='sub'><a href='docs/jQuery.browser/index.html'><span class='searchable'>jQuery.browser</span><span class='desc'>Contains flags for the useragent, read from navigator.userAgent. We recommend against using this property; please try to use feature detection instead (see jQuery.support). jQuery.browser may be moved to a plugin in a future release of jQuery. </span></a></li><li class='sub'><a href='docs/context/index.html'><span class='searchable'>.context</span><span class='desc'>The DOM node context originally passed to jQuery(); if none was passed then context will likely be the document.</span></a></li><li class='sub'><a href='docs/jQuery.fx.interval/index.html'><span class='searchable'>jQuery.fx.interval</span><span class='desc'>The rate (in milliseconds) at which animations fire.</span></a></li><li class='sub'><a href='docs/jQuery.fx.off/index.html'><span class='searchable'>jQuery.fx.off</span><span class='desc'>Globally disable all animations.</span></a></li><li class='sub'><a href='docs/length/index.html'><span class='searchable'>.length</span><span class='desc'>The number of elements in the jQuery object.</span></a></li><li class='sub'><a href='docs/selector/index.html'><span class='searchable'>.selector</span><span class='desc'>A selector representing selector originally passed to jQuery().</span></a></li><li class='sub'><a href='docs/jQuery.support/index.html'><span class='searchable'>jQuery.support</span><span class='desc'>A collection of properties that represent the presence of different browser features or bugs.</span></a></li></ul></li><li class='category'><span>Selectors</span><ul><li class='sub'><a href='docs/all-selector/index.html'><span class='searchable'>All Selector ("*")</span><span class='desc'>Selects all elements.</span></a></li><li class='sub'><a href='docs/animated-selector/index.html'><span class='searchable'>:animated Selector</span><span class='desc'>Select all elements that are in the progress of an animation at the time the selector is run.</span></a></li><li class='sub'><a href='docs/attribute-contains-prefix-selector/index.html'><span class='searchable'>Attribute Contains Prefix Selector [name|="value"]</span><span class='desc'>Selects elements that have the specified attribute with a value either equal to a given string or starting with that string followed by a hyphen (-).</span></a></li><li class='sub'><a href='docs/attribute-contains-selector/index.html'><span class='searchable'>Attribute Contains Selector [name*="value"]</span><span class='desc'>Selects elements that have the specified attribute with a value containing the a given substring.</span></a></li><li class='sub'><a href='docs/attribute-contains-word-selector/index.html'><span class='searchable'>Attribute Contains Word Selector [name~="value"]</span><span class='desc'>Selects elements that have the specified attribute with a value containing a given word, delimited by spaces.</span></a></li><li class='sub'><a href='docs/attribute-ends-with-selector/index.html'><span class='searchable'>Attribute Ends With Selector [name$="value"]</span><span class='desc'>Selects elements that have the specified attribute with a value ending exactly with a given string. The comparison is case sensitive.</span></a></li><li class='sub'><a href='docs/attribute-equals-selector/index.html'><span class='searchable'>Attribute Equals Selector [name="value"]</span><span class='desc'>Selects elements that have the specified attribute with a value exactly equal to a certain value.</span></a></li><li class='sub'><a href='docs/attribute-not-equal-selector/index.html'><span class='searchable'>Attribute Not Equal Selector [name!="value"]</span><span class='desc'>Select elements that either don't have the specified attribute, or do have the specified attribute but not with a certain value.</span></a></li><li class='sub'><a href='docs/attribute-starts-with-selector/index.html'><span class='searchable'>Attribute Starts With Selector [name^="value"]</span><span class='desc'>Selects elements that have the specified attribute with a value beginning exactly with a given string.</span></a></li><li class='sub'><a href='docs/button-selector/index.html'><span class='searchable'>:button Selector</span><span class='desc'>Selects all button elements and elements of type button.</span></a></li><li class='sub'><a href='docs/checkbox-selector/index.html'><span class='searchable'>:checkbox Selector</span><span class='desc'>Selects all elements of type checkbox.</span></a></li><li class='sub'><a href='docs/checked-selector/index.html'><span class='searchable'>:checked Selector</span><span class='desc'>Matches all elements that are checked.</span></a></li><li class='sub'><a href='docs/child-selector/index.html'><span class='searchable'>Child Selector ("parent > child")</span><span class='desc'>Selects all direct child elements specified by "child" of elements specified by "parent".</span></a></li><li class='sub'><a href='docs/class-selector/index.html'><span class='searchable'>Class Selector (".class")</span><span class='desc'>Selects all elements with the given class. </span></a></li><li class='sub'><a href='docs/contains-selector/index.html'><span class='searchable'>:contains() Selector</span><span class='desc'>Select all elements that contain the specified text.</span></a></li><li class='sub'><a href='docs/descendant-selector/index.html'><span class='searchable'>Descendant Selector ("ancestor descendant")</span><span class='desc'>Selects all elements that are descendants of a given ancestor.</span></a></li><li class='sub'><a href='docs/disabled-selector/index.html'><span class='searchable'>:disabled Selector</span><span class='desc'>Selects all elements that are disabled.</span></a></li><li class='sub'><a href='docs/element-selector/index.html'><span class='searchable'>Element Selector ("element")</span><span class='desc'>Selects all elements with the given tag name.</span></a></li><li class='sub'><a href='docs/empty-selector/index.html'><span class='searchable'>:empty Selector</span><span class='desc'>Select all elements that have no children (including text nodes).</span></a></li><li class='sub'><a href='docs/enabled-selector/index.html'><span class='searchable'>:enabled Selector</span><span class='desc'>Selects all elements that are enabled.</span></a></li><li class='sub'><a href='docs/eq-selector/index.html'><span class='searchable'>:eq() Selector</span><span class='desc'>Select the element at index n within the matched set.</span></a></li><li class='sub'><a href='docs/even-selector/index.html'><span class='searchable'>:even Selector</span><span class='desc'>Selects even elements, zero-indexed. See also odd.</span></a></li><li class='sub'><a href='docs/file-selector/index.html'><span class='searchable'>:file Selector</span><span class='desc'>Selects all elements of type file.</span></a></li><li class='sub'><a href='docs/first-child-selector/index.html'><span class='searchable'>:first-child Selector</span><span class='desc'>Selects all elements that are the first child of their parent.</span></a></li><li class='sub'><a href='docs/first-selector/index.html'><span class='searchable'>:first Selector</span><span class='desc'>Selects the first matched element.</span></a></li><li class='sub'><a href='docs/gt-selector/index.html'><span class='searchable'>:gt() Selector</span><span class='desc'>Select all elements at an index greater than index within the matched set.</span></a></li><li class='sub'><a href='docs/has-attribute-selector/index.html'><span class='searchable'>Has Attribute Selector [name]</span><span class='desc'>Selects elements that have the specified attribute, with any value. </span></a></li><li class='sub'><a href='docs/has-selector/index.html'><span class='searchable'>:has() Selector</span><span class='desc'>Selects elements which contain at least one element that matches the specified selector.</span></a></li><li class='sub'><a href='docs/header-selector/index.html'><span class='searchable'>:header Selector</span><span class='desc'>Selects all elements that are headers, like h1, h2, h3 and so on.</span></a></li><li class='sub'><a href='docs/hidden-selector/index.html'><span class='searchable'>:hidden Selector</span><span class='desc'>Selects all elements that are hidden.</span></a></li><li class='sub'><a href='docs/id-selector/index.html'><span class='searchable'>ID Selector ("#id")</span><span class='desc'>Selects a single element with the given id attribute. </span></a></li><li class='sub'><a href='docs/image-selector/index.html'><span class='searchable'>:image Selector</span><span class='desc'>Selects all elements of type image.</span></a></li><li class='sub'><a href='docs/input-selector/index.html'><span class='searchable'>:input Selector</span><span class='desc'>Selects all input, textarea, select and button elements.</span></a></li><li class='sub'><a href='docs/last-child-selector/index.html'><span class='searchable'>:last-child Selector</span><span class='desc'>Selects all elements that are the last child of their parent.</span></a></li><li class='sub'><a href='docs/last-selector/index.html'><span class='searchable'>:last Selector</span><span class='desc'>Selects the last matched element.</span></a></li><li class='sub'><a href='docs/lt-selector/index.html'><span class='searchable'>:lt() Selector</span><span class='desc'>Select all elements at an index less than index within the matched set.</span></a></li><li class='sub'><a href='docs/multiple-attribute-selector/index.html'><span class='searchable'>Multiple Attribute Selector [name="value"][name2="value2"]</span><span class='desc'>Matches elements that match all of the specified attribute filters.</span></a></li><li class='sub'><a href='docs/multiple-selector/index.html'><span class='searchable'>Multiple Selector ("selector1, selector2, selectorN")</span><span class='desc'>Selects the combined results of all the specified selectors.</span></a></li><li class='sub'><a href='docs/next-adjacent-Selector/index.html'><span class='searchable'>Next Adjacent Selector ("prev + next")</span><span class='desc'>Selects all next elements matching "next" that are immediately preceded by a sibling "prev".</span></a></li><li class='sub'><a href='docs/next-siblings-selector/index.html'><span class='searchable'>Next Siblings Selector ("prev ~ siblings")</span><span class='desc'>Selects all sibling elements that follow after the "prev" element, have the same parent, and match the filtering "siblings" selector.</span></a></li><li class='sub'><a href='docs/not-selector/index.html'><span class='searchable'>:not() Selector</span><span class='desc'>Selects all elements that do not match the given selector.</span></a></li><li class='sub'><a href='docs/nth-child-selector/index.html'><span class='searchable'>:nth-child() Selector</span><span class='desc'>Selects all elements that are the nth-child of their parent.</span></a></li><li class='sub'><a href='docs/odd-selector/index.html'><span class='searchable'>:odd Selector</span><span class='desc'>Selects odd elements, zero-indexed. See also even.</span></a></li><li class='sub'><a href='docs/only-child-selector/index.html'><span class='searchable'>:only-child Selector</span><span class='desc'>Selects all elements that are the only child of their parent.</span></a></li><li class='sub'><a href='docs/parent-selector/index.html'><span class='searchable'>:parent Selector</span><span class='desc'>Select all elements that are the parent of another element, including text nodes.</span></a></li><li class='sub'><a href='docs/password-selector/index.html'><span class='searchable'>:password Selector</span><span class='desc'>Selects all elements of type password.</span></a></li><li class='sub'><a href='docs/radio-selector/index.html'><span class='searchable'>:radio Selector</span><span class='desc'>Selects all elements of type radio.</span></a></li><li class='sub'><a href='docs/reset-selector/index.html'><span class='searchable'>:reset Selector</span><span class='desc'>Selects all elements of type reset.</span></a></li><li class='sub'><a href='docs/selected-selector/index.html'><span class='searchable'>:selected Selector</span><span class='desc'>Selects all elements that are selected.</span></a></li><li class='sub'><a href='docs/submit-selector/index.html'><span class='searchable'>:submit Selector</span><span class='desc'>Selects all elements of type submit.</span></a></li><li class='sub'><a href='docs/text-selector/index.html'><span class='searchable'>:text Selector</span><span class='desc'>Selects all elements of type text.</span></a></li><li class='sub'><a href='docs/visible-selector/index.html'><span class='searchable'>:visible Selector</span><span class='desc'>Selects all elements that are visible.</span></a></li></ul></li><li class='category'><span>Traversing</span><ul><li class='sub'><a href='docs/add/index.html'><span class='searchable'>.add()</span><span class='desc'>Add elements to the set of matched elements.</span></a></li><li class='sub'><a href='docs/andSelf/index.html'><span class='searchable'>.andSelf()</span><span class='desc'>Add the previous set of elements on the stack to the current set.</span></a></li><li class='sub'><a href='docs/children/index.html'><span class='searchable'>.children()</span><span class='desc'>Get the children of each element in the set of matched elements, optionally filtered by a selector.</span></a></li><li class='sub'><a href='docs/closest/index.html'><span class='searchable'>.closest()</span><span class='desc'>Get the first ancestor element that matches the selector, beginning at the current element and progressing up through the DOM tree.</span></a></li><li class='sub'><a href='docs/contents/index.html'><span class='searchable'>.contents()</span><span class='desc'>Get the children of each element in the set of matched elements, including text and comment nodes.</span></a></li><li class='sub'><a href='docs/each/index.html'><span class='searchable'>.each()</span><span class='desc'>Iterate over a jQuery object, executing a function for each matched element. </span></a></li><li class='sub'><a href='docs/end/index.html'><span class='searchable'>.end()</span><span class='desc'>End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.</span></a></li><li class='sub'><a href='docs/eq/index.html'><span class='searchable'>.eq()</span><span class='desc'>Reduce the set of matched elements to the one at the specified index.</span></a></li><li class='sub'><a href='docs/filter/index.html'><span class='searchable'>.filter()</span><span class='desc'>Reduce the set of matched elements to those that match the selector or pass the function's test. </span></a></li><li class='sub'><a href='docs/find/index.html'><span class='searchable'>.find()</span><span class='desc'>Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.</span></a></li><li class='sub'><a href='docs/first/index.html'><span class='searchable'>.first()</span><span class='desc'>Reduce the set of matched elements to the first in the set.</span></a></li><li class='sub'><a href='docs/has/index.html'><span class='searchable'>.has()</span><span class='desc'>Reduce the set of matched elements to those that have a descendant that matches the selector or DOM element.</span></a></li><li class='sub'><a href='docs/is/index.html'><span class='searchable'>.is()</span><span class='desc'>Check the current matched set of elements against a selector, element, or jQuery object and return true if at least one of these elements matches the given arguments.</span></a></li><li class='sub'><a href='docs/last/index.html'><span class='searchable'>.last()</span><span class='desc'>Reduce the set of matched elements to the final one in the set.</span></a></li><li class='sub'><a href='docs/map/index.html'><span class='searchable'>.map()</span><span class='desc'>Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.</span></a></li><li class='sub'><a href='docs/next/index.html'><span class='searchable'>.next()</span><span class='desc'>Get the immediately following sibling of each element in the set of matched elements. If a selector is provided, it retrieves the next sibling only if it matches that selector.</span></a></li><li class='sub'><a href='docs/nextAll/index.html'><span class='searchable'>.nextAll()</span><span class='desc'>Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.</span></a></li><li class='sub'><a href='docs/nextUntil/index.html'><span class='searchable'>.nextUntil()</span><span class='desc'>Get all following siblings of each element up to but not including the element matched by the selector.</span></a></li><li class='sub'><a href='docs/not/index.html'><span class='searchable'>.not()</span><span class='desc'>Remove elements from the set of matched elements.</span></a></li><li class='sub'><a href='docs/offsetParent/index.html'><span class='searchable'>.offsetParent()</span><span class='desc'>Get the closest ancestor element that is positioned.</span></a></li><li class='sub'><a href='docs/parent/index.html'><span class='searchable'>.parent()</span><span class='desc'>Get the parent of each element in the current set of matched elements, optionally filtered by a selector.</span></a></li><li class='sub'><a href='docs/parents/index.html'><span class='searchable'>.parents()</span><span class='desc'>Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.</span></a></li><li class='sub'><a href='docs/parentsUntil/index.html'><span class='searchable'>.parentsUntil()</span><span class='desc'>Get the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector.</span></a></li><li class='sub'><a href='docs/prev/index.html'><span class='searchable'>.prev()</span><span class='desc'>Get the immediately preceding sibling of each element in the set of matched elements, optionally filtered by a selector.</span></a></li><li class='sub'><a href='docs/prevAll/index.html'><span class='searchable'>.prevAll()</span><span class='desc'>Get all preceding siblings of each element in the set of matched elements, optionally filtered by a selector.</span></a></li><li class='sub'><a href='docs/prevUntil/index.html'><span class='searchable'>.prevUntil()</span><span class='desc'>Get all preceding siblings of each element up to but not including the element matched by the selector.</span></a></li><li class='sub'><a href='docs/siblings/index.html'><span class='searchable'>.siblings()</span><span class='desc'>Get the siblings of each element in the set of matched elements, optionally filtered by a selector.</span></a></li><li class='sub'><a href='docs/slice/index.html'><span class='searchable'>.slice()</span><span class='desc'>Reduce the set of matched elements to a subset specified by a range of indices.</span></a></li></ul></li><li class='category'><span>Utilities</span><ul><li class='sub'><a href='docs/jQuery.boxModel/index.html'><span class='searchable'>jQuery.boxModel</span><span class='desc'>Deprecated in jQuery 1.3 (see jQuery.support). States if the current page, in the user's browser, is being rendered using the W3C CSS Box Model.</span></a></li><li class='sub'><a href='docs/jQuery.browser/index.html'><span class='searchable'>jQuery.browser</span><span class='desc'>Contains flags for the useragent, read from navigator.userAgent. We recommend against using this property; please try to use feature detection instead (see jQuery.support). jQuery.browser may be moved to a plugin in a future release of jQuery. </span></a></li><li class='sub'><a href='docs/clearQueue/index.html'><span class='searchable'>.clearQueue()</span><span class='desc'>Remove from the queue all items that have not yet been run.</span></a></li><li class='sub'><a href='docs/jQuery.contains/index.html'><span class='searchable'>jQuery.contains()</span><span class='desc'>Check to see if a DOM node is within another DOM node.</span></a></li><li class='sub'><a href='docs/jQuery.data/index.html'><span class='searchable'>jQuery.data()</span><span class='desc'>Store arbitrary data associated with the specified element. Returns the value that was set.</span></a></li><li class='sub'><a href='docs/dequeue/index.html'><span class='searchable'>.dequeue()</span><span class='desc'>Execute the next function on the queue for the matched elements.</span></a></li><li class='sub'><a href='docs/jQuery.dequeue/index.html'><span class='searchable'>jQuery.dequeue()</span><span class='desc'>Execute the next function on the queue for the matched element.</span></a></li><li class='sub'><a href='docs/jQuery.each/index.html'><span class='searchable'>jQuery.each()</span><span class='desc'>A generic iterator function, which can be used to seamlessly iterate over both objects and arrays. Arrays and array-like objects with a length property (such as a function's arguments object) are iterated by numeric index, from 0 to length-1. Other objects are iterated via their named properties.</span></a></li><li class='sub'><a href='docs/jQuery.extend/index.html'><span class='searchable'>jQuery.extend()</span><span class='desc'>Merge the contents of two or more objects together into the first object.</span></a></li><li class='sub'><a href='docs/jQuery.globalEval/index.html'><span class='searchable'>jQuery.globalEval()</span><span class='desc'>Execute some JavaScript code globally.</span></a></li><li class='sub'><a href='docs/jQuery.grep/index.html'><span class='searchable'>jQuery.grep()</span><span class='desc'>Finds the elements of an array which satisfy a filter function. The original array is not affected.</span></a></li><li class='sub'><a href='docs/jQuery.inArray/index.html'><span class='searchable'>jQuery.inArray()</span><span class='desc'>Search for a specified value within an array and return its index (or -1 if not found).</span></a></li><li class='sub'><a href='docs/jQuery.isArray/index.html'><span class='searchable'>jQuery.isArray()</span><span class='desc'>Determine whether the argument is an array.</span></a></li><li class='sub'><a href='docs/jQuery.isEmptyObject/index.html'><span class='searchable'>jQuery.isEmptyObject()</span><span class='desc'>Check to see if an object is empty (contains no properties).</span></a></li><li class='sub'><a href='docs/jQuery.isFunction/index.html'><span class='searchable'>jQuery.isFunction()</span><span class='desc'>Determine if the argument passed is a Javascript function object. </span></a></li><li class='sub'><a href='docs/jQuery.isPlainObject/index.html'><span class='searchable'>jQuery.isPlainObject()</span><span class='desc'>Check to see if an object is a plain object (created using "{}" or "new Object").</span></a></li><li class='sub'><a href='docs/jQuery.isWindow/index.html'><span class='searchable'>jQuery.isWindow()</span><span class='desc'>Determine whether the argument is a window.</span></a></li><li class='sub'><a href='docs/jQuery.isXMLDoc/index.html'><span class='searchable'>jQuery.isXMLDoc()</span><span class='desc'>Check to see if a DOM node is within an XML document (or is an XML document).</span></a></li><li class='sub'><a href='docs/jQuery.makeArray/index.html'><span class='searchable'>jQuery.makeArray()</span><span class='desc'>Convert an array-like object into a true JavaScript array.</span></a></li><li class='sub'><a href='docs/jQuery.map/index.html'><span class='searchable'>jQuery.map()</span><span class='desc'>Translate all items in an array or object to new array of items.</span></a></li><li class='sub'><a href='docs/jQuery.merge/index.html'><span class='searchable'>jQuery.merge()</span><span class='desc'>Merge the contents of two arrays together into the first array. </span></a></li><li class='sub'><a href='docs/jQuery.noop/index.html'><span class='searchable'>jQuery.noop()</span><span class='desc'>An empty function.</span></a></li><li class='sub'><a href='docs/jQuery.now/index.html'><span class='searchable'>jQuery.now()</span><span class='desc'>Return a number representing the current time.</span></a></li><li class='sub'><a href='docs/jQuery.parseJSON/index.html'><span class='searchable'>jQuery.parseJSON</span><span class='desc'>Takes a well-formed JSON string and returns the resulting JavaScript object.</span></a></li><li class='sub'><a href='docs/jQuery.parseXML/index.html'><span class='searchable'>jQuery.parseXML()</span><span class='desc'>Parses a string into an XML document.</span></a></li><li class='sub'><a href='docs/jQuery.proxy/index.html'><span class='searchable'>jQuery.proxy()</span><span class='desc'>Takes a function and returns a new one that will always have a particular context.</span></a></li><li class='sub'><a href='docs/queue/index.html'><span class='searchable'>.queue()</span><span class='desc'>Show the queue of functions to be executed on the matched elements.</span></a></li><li class='sub'><a href='docs/jQuery.queue/index.html'><span class='searchable'>jQuery.queue()</span><span class='desc'>Show the queue of functions to be executed on the matched element.</span></a></li><li class='sub'><a href='docs/jQuery.removeData/index.html'><span class='searchable'>jQuery.removeData()</span><span class='desc'>Remove a previously-stored piece of data.</span></a></li><li class='sub'><a href='docs/jQuery.support/index.html'><span class='searchable'>jQuery.support</span><span class='desc'>A collection of properties that represent the presence of different browser features or bugs.</span></a></li><li class='sub'><a href='docs/jQuery.trim/index.html'><span class='searchable'>jQuery.trim()</span><span class='desc'>Remove o espaço em branco do início e do fim da string.</span></a></li><li class='sub'><a href='docs/jQuery.type/index.html'><span class='searchable'>jQuery.type()</span><span class='desc'>Determine the internal JavaScript [[Class]] of an object.</span></a></li><li class='sub'><a href='docs/jQuery.unique/index.html'><span class='searchable'>jQuery.unique()</span><span class='desc'>Sorts an array of DOM elements, in place, with the duplicates removed. Note that this only works on arrays of DOM elements, not strings or numbers.</span></a></li></ul></li></li></ul>
</body></html>