Apply the Accordion widget for each element in the set of matched elements
Add elements to the set of matched elements.
Adds the specified class(es) to each of the set of matched elements.
Insert content, specified by the parameter, after each element in the set of matched elements.
Configure default values for future Ajax requests.
Perform an asynchronous HTTP (Ajax) request.
Register a handler to be called when Ajax requests complete. This is an Ajax Event.
Register a handler to be called when Ajax requests complete with an error. This is an Ajax Event.
Handle custom Ajax options or modify existing options before each request is sent and before they are processed by $.ajax().
Attach a function to be executed before an Ajax request is sent. This is an Ajax Event.
Set default values for future Ajax requests.
Register a handler to be called when the first Ajax request begins. This is an Ajax Event.
Register a handler to be called when all Ajax requests have completed. This is an Ajax Event.
Attach a function to be executed whenever an Ajax request completes successfully. This is an Ajax Event.
Selects all elements.
Add the previous set of elements on the stack to the current set.
Perform a custom animation of a set of CSS properties.
Select all elements that are in the progress of an animation at the time the selector is run.
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
Insert every element in the set of matched elements to the end of the target.
Get the value of an attribute for the first element in the set of matched elements.
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 (-).
Selects elements that have the specified attribute with a value containing the a given substring.
Selects elements that have the specified attribute with a value containing a given word, delimited by spaces.
Selects elements that have the specified attribute with a value ending exactly with a given string. The comparison is case sensitive.
Selects elements that have the specified attribute with a value exactly equal to a certain value.
Selects elements that have the specified attribute, with any value.
Matches elements that match all of the specified attribute filters.
Select elements that either don't have the specified attribute, or do have the specified attribute but not with a certain value.
Selects elements that have the specified attribute with a value beginning exactly with a given string.
Apply the Autocomplete widget for each element in the set of matched elements
Insert content, specified by the parameter, before each element in the set of matched elements.
Attach a handler to an event for the elements.
Bind an event handler to the "blur" JavaScript event, or trigger that event on an element.
Set/get CSS border radius for bottom left corner.
Set/get CSS border radius for bottom right corner.
Set/get CSS border radius.
Set/get CSS border radius for top left corner.
Set/get CSS border radius for top right corner.
Get the combined text contents of each element in the set of matched elements, including their descendants.
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.
The version number of the rendering engine for the user's browser.
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.
Selects all button elements and elements of type button.
Apply the Button widget for each element in the set of matched elements
Add a callback or a collection of callbacks to a callback list.
Disable a callback list from doing anything more.
Remove all of the callbacks from a list.
Call all of the callbacks with the given arguments
Determine if the callbacks have already been called at least once.
Call all callbacks in a list with the given context and arguments.
Determine whether a supplied callback is in a list
Lock a callback list in its current state.
Determine if the callbacks list has been locked.
Remove a callback or a collection of callbacks from a callback list.
A multi-purpose callbacks list object that provides a powerful way to manage callback lists.
Bind an event handler to the "change" JavaScript event, or trigger that event on an element.
Selects all input, textarea, select and button elements which have a changed value.
Selects all elements of type checkbox.
Matches all elements that are checked.
Selects all direct child elements specified by "child" of elements specified by "parent".
Get the children of each element in the set of matched elements, optionally filtered by a selector.
Selects all elements with the given class.
Create a class object.
Remove from the queue all items that have not yet been run.
Bind an event handler to the "click" JavaScript event, or trigger that event on an element.
Create a deep copy of the set of matched elements.
Get the first element that matches the selector, beginning at the current element and progressing up through the DOM tree.
Get the "alpha" component of the color.
Blend the color.
Set the "blue" component of the color.
Get the "green" component of the color.
Get the "hsla" component of the color.
Get the "hue" component of the color.
Check whether the color is equal to an other color.
Get the "lightness" component of the color.
Get the "red" component of the color.
Get the "rgbs" components of the color.
Get the "saturation" component of the color.
Get hex color string.
Get hsla color string.
Get rgba color string.
Transform the color.
Check whether the parsed css color is valid.
Create a manipulable color object.
Configure default values for future compare version calls.
Compare versions controls.
Configuration property for jQuery SDK and plugins.
Select all elements that contain the specified text.
Check to see if a DOM element is within another DOM element.
Get the children of each element in the set of matched elements, including text and comment nodes.
The DOM node context originally passed to jQuery(); if none was passed then context will likely be the document.
Get the value of a cookie.
Get the value of a style property for the first element in the set of matched elements.
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
The current DOM element within the event bubbling phase.
An optional data map passed to an event method when the current executing handler is bound.
Store arbitrary data associated with the specified element. Returns the value that was set.
Store arbitrary data associated with the matched elements.
Apply the Datepicker widget for each element in the set of matched elements
Bind an event handler to the "dblclick" JavaScript event, or trigger that event on an element.
Debug order of plugins.
Takes a string and throws a warning containing it.
A base property for debug tools.
Decrypt a base64 string.
Decode a UTF-8 text.
Add handlers to be called when the Deferred object is either resolved or rejected.
Add handlers to be called when the Deferred object is resolved.
Add handlers to be called when the Deferred object is rejected.
Determine whether a Deferred object has been rejected.
Determine whether a Deferred object has been resolved.
Call the progressCallbacks on a Deferred object with the given args.
Call the progressCallbacks on a Deferred object with the given context and args.
Utility method to filter and/or chain Deferreds.
Add handlers to be called when the Deferred object generates progress notifications.
Return a Deferred's Promise object.
Reject a Deferred object and call any failCallbacks with the given args.
Reject a Deferred object and call any failCallbacks with the given context and args.
Resolve a Deferred object and call any doneCallbacks with the given args.
Resolve a Deferred object and call any doneCallbacks with the given context and args.
Determine the current state of a Deferred object.
Add handlers to be called when the Deferred object is resolved or rejected.
Set a timer to delay execution of subsequent items in the queue.
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.
The element where the currently-called jQuery event handler was attached.
Register a handle to extend the dependencies controller.
Settings of the dependencies controller.
Execute the next function on the queue for the matched element.
Execute the next function on the queue for the matched elements.
Selects all elements that are descendants of a given ancestor.
Remove the set of matched elements from the DOM.
Apply the Dialog widget for each element in the set of matched elements
Get a dictionary object for translation.
Configure default values for future dictionary call.
Define a dictionary.
Parse translations for each element in the set fo matched elements.
Remove all event handlers previously attached using .live() from the elements.
Selects all elements that are disabled.
Apply the Draggable widget for each element in the set of matched elements
Apply the Droppable widget for each element in the set of matched elements
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.
Used to iterate over a data array, and render the content between the opening and closing template tags once for each data item.
Iterate over a jQuery object, executing a function for each matched element.
Used for define a simple access on an element in the rendered template.
Selects all elements with the given tag name.
Used in association with the {{if}}...{{/if}} tag to provide alternative content based on the values of one or more expressions. The {{else}} tag can be used without a parameter, as in: {{if a}}...{{else}}...{{/if}}, or with a parameter, as in: {{if a}}...{{else b}}...{{/if}}.
Bind special event on 'em' change.
Select all elements that have no children (including text nodes).
Remove all child nodes of the set of matched elements from the DOM.
Selects all elements that are enabled.
Encrypt a text or object as base64 string.
Encode a text as UTF-8.
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
Select the element at index n within the matched set.
Reduce the set of matched elements to the one at the specified index.
Used for insertion of data values in the rendered template. Evaluates the specified field (property) on the current data item, or the specified JavaScript function or expression.
Set the heigh of a highest element in the set of matched elements to each of the set of matched elements.
Set the heigh of a innerHighest element in the set of matched elements to each of the set of matched elements.
Set the innerWidth of a broadest element in the set of matched elements to each of the set of matched elements.
Set the heigh of a outerHighest element in the set of matched elements to each of the set of matched elements.
Set the outerWidth of a broadest element in the set of matched elements to each of the set of matched elements.
Set the width of a broadest element in the set of matched elements to each of the set of matched elements.
Takes a string and throws an exception containing it.
Bind an event handler to the "error" JavaScript event.
Escape an string for use as regular expression.
Selects even elements, zero-indexed. See also odd.
Normalize event object.
Merge the contents of two or more objects together into the first object.
Display the matched elements by fading them to opaque.
Hide the matched elements by fading them to transparent.
Adjust the opacity of the matched elements.
Display or hide the matched elements by animating their opacity.
Selects all elements of type file.
Reduce the set of matched elements to those that match the selector or pass the function's test.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Selects all elements that are the first child of their parent.
Selects the first matched element.
Reduce the set of matched elements to the first in the set.
Selects element if it is currently focused.
Bind an event handler to the "focus" JavaScript event, or trigger that event on an element.
Bind an event handler to the "focusin" event.
Bind an event handler to the "focusout" JavaScript event.
Clear the value of each inputs and inputs of the first form element of matched elements.
Find all inputs grouped by name to the first matched input of matched elements.
Find all inputs of the first matched form of matched elements.
Resest each inputs and first form element of matched elements.
Decrypt a base64 string.
Takes a well-formed JSON string and returns the resulting JavaScript object.
Decode a UTF-8 text.
The rate (in milliseconds) at which animations fire.
Globally disable all animations.
Load data from the server using a HTTP GET request.
Retrieve the DOM elements matched by the jQuery object.
Load JSON-encoded data from the server using a GET HTTP request.
Load a JavaScript file from the server using a GET HTTP request, then execute it.
Execute some JavaScript code globally.
Finds the elements of an array which satisfy a filter function. The original array is not affected.
Select all elements at an index greater than index within the matched set.
Selects elements which contain at least one element that matches the specified selector.
Determine whether any of the matched elements are assigned the given class.
Determine whether an element has any jQuery data associated with it.
Reduce the set of matched elements to those that have a descendant that matches the selector or DOM element.
Selects all elements that are headers, like h1, h2, h3 and so on.
Get the current computed height for the first element in the set of matched elements.
Selects all elements that are hidden.
Bind special event on hide element.
Hide the matched elements.
Holds or releases the execution of jQuery's ready event.
Bind two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
Used for insertion of HTML markup strings in the rendered template. Evaluates the specified field on the current data item, or the specified JavaScript function or expression.
Get the HTML contents of the first element in the set of matched elements.
Escape special html chars.
Get a string representing a regualar expression for a date format.
Get a string representing a regualar expression for a number format.
Get a formated string from a Javascript Date object.
Get a formated string from a Javascript Number object.
Get a Javascript Date object from formated string.
Get a Javascript Number object from a number string.
Get a formated date/number from Date/Number object.
Selects a single element with the given id attribute.
Used for conditional insertion of content. Renders the content between the opening and closing template tags only if the specified data item field, JavaScript function or expression does not evaluate to false (or to zero, null, type "undefined", or the empty string ).
Selects all elements of type image.
Search for a specified value within an array and return its index (or -1 if not found).
Search for a given element from among the matched elements.
Get the current computed height for the first element in the set of matched elements, including padding but not border.
Get the current computed width for the first element in the set of matched elements, including padding but not border.
Selects all input, textarea, select and button elements.
Insert every element in the set of matched elements after the target.
Insert every element in the set of matched elements before the target.
Configure default values for future internationalisation call.
Determine whether the argument is an array.
Determine whether the argument is an class object.
Returns whether event.preventDefault() was ever called on this event object.
Check to see if an object is empty (contains no properties).
Determine if the argument passed is a Javascript function object.
Returns whether event.stopImmediatePropagation() was ever called on this event object.
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.
Determines whether its argument is a number.
Check to see if an object is a plain object (created using "{}" or "new Object").
Returns whether event.stopPropagation() was ever called on this event object.
Determine whether the argument is a window.
Check to see if a DOM node is within an XML document (or is an XML document).
Accepts a string containing a CSS selector which is then used to match a set of elements.
A string containing the jQuery version number.
A string containing the jQuery SDK version number.
Bind an event handler to the "keydown" JavaScript event, or trigger that event on an element.
Bind an event handler to the "keypress" JavaScript event, or trigger that event on an element.
Bind an event handler to the "keyup" JavaScript event, or trigger that event on an element.
Selects all elements that are the last child of their parent.
Selects the last matched element.
Reduce the set of matched elements to the final one in the set.
The number of elements in the jQuery object.
Link changes to the matched elements to an object.
Attach an event handler for all elements which match the current selector, now and in the future.
Bind an event handler to the "load" JavaScript event.
Get a value from the local storage.
Clear the local storage.
Select all elements at an index less than index within the matched set.
Convert an array-like object into a true JavaScript array.
Translate all items in an array or object to new array of items.
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
Get MD5 hash from string.
Merge the contents of two arrays together into the first array.
Extracts, caches, and returns metadata from an element.
Sets the default type and name options for all following metadata requests.
Extracts, caches, and returns metadata from the first element in the jQuery collection.
Default values for future metaparse calls.
Run jQuery methods instantly without script tags.
Run jQuery methods instantly without script tags.
Configure default values for future MIME calls.
Get the MIME type by file extension.
Merge the contents of two or more objects together into the first object.
Bind an event handler to the "mousedown" JavaScript event, or trigger that event on an element.
Bind special event on mouse drag.
Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element.
Bind an event handler to be fired when the mouse leaves an element, or trigger that handler on an element.
Bind an event handler to the "mousemove" JavaScript event, or trigger that event on an element.
Bind an event handler to the "mouseout" JavaScript event, or trigger that event on an element.
Bind an event handler to the "mouseover" JavaScript event, or trigger that event on an element.
Bind an event handler to the "mouseup" JavaScript event, or trigger that event on an element.
Bind special event on mouse wheel.
Selects the combined results of all the specified selectors.
The namespace specified when the event was triggered.
Selects all next elements matching "next" that are immediately preceded by a sibling "prev".
Selects all sibling elements that follow after the "prev" element, have the same parent, and match the filtering "siblings" selector.
Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
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.
Get all following siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object passed.
Preconfigure of jQuery.noConflict.
Relinquish jQuery's control of the $ variable.
An empty function.
Selects all elements that do not match the given selector.
Remove elements from the set of matched elements.
Return a number representing the current time.
Selects all elements that are the nth-child of their parent.
Selects odd elements, zero-indexed. See also even.
Remove an event handler.
Get the current coordinates of the first element in the set of matched elements, relative to the document.
Get the closest ancestor element that is positioned.
Attach a handler to an event for the elements. The handler is executed at most once per element.
Selects all elements that are the only child of their parent.
Attach an event handler function for one or more events to the selected elements.
Get the current computed height for the first element in the set of matched elements, including padding, border, and optionally margin. Returns an integer (without "px") representation of the value or null if called on an empty set of elements.
Get the current computed width for the first element in the set of matched elements, including padding and border.
The mouse position relative to the left edge of the document.
The mouse position relative to the top edge of the document.
Create a serialized representation of an array or object, suitable for use in a URL query string or Ajax request.
Select all elements that are the parent of another element, including text nodes.
Get the parent of each element in the current set of matched elements, optionally filtered by a selector.
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
Get the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector, DOM node, or jQuery object.
Takes a well-formed JSON string and returns the resulting JavaScript object.
Parses a string into an XML document.
Selects all elements of type password.
Configure default values for the plugin/dependencies controller.
Specify a plugin.
Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.
Load data from the server using a HTTP POST request.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Insert every element in the set of matched elements to the beginning of the target.
Get all preceding siblings of each element in the set of matched elements, optionally filtered by a selector.
If this method is called, the default action of the event will not be triggered.
Get the immediately preceding sibling of each element in the set of matched elements, optionally filtered by a selector.
Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.
Apply the Progressbar widget for each element in the set of matched elements
Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.
Get the value of a property for the first element in the set of matched elements.
Provide a script.
Takes a function and returns a new one that will always have a particular context.
Add a collection of DOM elements onto the jQuery stack.
Show the queue of functions to be executed on the matched element.
Show the queue of functions to be executed on the matched elements.
Selects all elements of type radio.
Selects all elements that are readonly.
Specify a function to execute when the DOM is fully loaded.
Specify a function to execute when the DOM is fully loaded.
The other DOM element involved in the event, if any.
Remove an attribute from each element in the set of matched elements.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Remove a previously-stored piece of data.
Remove a previously-stored piece of data.
Remove a property for the set of matched elements.
Remove the set of matched elements from the DOM.
Replace each target element with the set of matched elements.
Replace each element in the set of matched elements with the provided new content.
Selects all elements of type reset.
Apply the Resizable widget for each element in the set of matched elements
Bind special event on resize element.
Bind an event handler to the "resize" JavaScript event, or trigger that event on an element.
The last value returned by an event handler that was triggered by this event, unless the value was undefined.
Reverse a text.
Get an object from a scope string.
Apply the Scrollbox widget for each element in the set of matched elements.
Get the current horizontal position of the scroll bar for the first element in the set of matched elements.
Bind an event handler to the "scroll" JavaScript event, or trigger that event on an element.
Get the current vertical position of the scroll bar for the first element in the set of matched elements.
Scroll content of each element in the set of matched elements.
Apply the Selectable widget for each element in the set of matched elements
Selects all elements that are selected.
Bind an event handler to the "select" JavaScript event, or trigger that event on an element.
Encode a set of form elements as an array of names and values.
Encode a set of form elements as a string for submission.
Get a value from the session storage.
Clear the session storage.
Bind special event on show element.
Display the matched elements.
Configure default values for future shrink calls.
Shrink a text to a speciefied length.
Get the siblings of each element in the set of matched elements, optionally filtered by a selector.
Return the number of elements in the jQuery object.
Reduce the set of matched elements to a subset specified by a range of indices.
Display the matched elements with a sliding motion.
Apply the Slider widget for each element in the set of matched elements
Display or hide the matched elements with a sliding motion.
Hide the matched elements with a sliding motion.
Apply the Sortable widget for each element in the set of matched elements
Keeps the rest of the handlers from being executed and prevents the event from bubbling up the DOM tree.
Prevents the event from bubbling up the DOM tree, preventing any parent handlers from being notified of the event.
Stop the currently-running animation on the matched elements.
Configure default values for future storage calls.
Remove HTML and XML tags.
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.
Selects all elements of type submit.
Bind an event handler to the "submit" JavaScript event, or trigger that event on an element.
Change the used class.
Support of native base64 methods.
CSS prefix of the browser engine.
Available flash version.
Support of native JSON methods.
Support of multiple file upload on single file input.
Support of placeholder attribute for input elements.
Support of touch events.
A collection of properties that represent the presence of different browser features or bugs. Primarily intended for jQuery's internal use; specific properties may be removed when they are no longer needed internally to improve page startup performance.
Apply the Tabs widget for each element in the set of matched elements
The DOM element that initiated the event.
Create a reusable named template (compiled from markup).
Compile the contents of the matched element as a reusable compiled template.
Selects all elements of type text.
Get the combined text contents of each element in the set of matched elements, including their descendants.
The difference in milliseconds between the time the browser created the event and January 1, 1970.
Render the specified HTML content as a template, using the specified data.
Used for composition of templates. Renders one or more nested template items within the rendered output of the parent template.
Return the tmplItem data structure for the rendered template that the specified element is part of.
Return the tmplItem data structure for the rendered template that the matched element is part of.
Take the first element in the matched set and render its content as a template, using the specified data.
Retrieve all the DOM elements contained in the jQuery set, as an array.
Encrypt a text or object as base64 string.
Bind special event on toggle element.
Add or remove a attribute from each element in the set of matched elements.
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.
Add or remove a property from each element in the set of matched elements.
Bind two or more handlers to the matched elements, to be executed on alternate clicks.
Takes a JavaScript object and returns the resulting well-formed JSON string.
Transform the first element in the set of matched elements to JSON format.
Bind special event on touch drag.
Bind special pinch event on touch interaction.
Bind special event on touch pinch in.
Bind special event on touch pinch out.
Bind special event on touch swipedown.
Bind special event on touch swipeleft.
Bind special event on touch swiperight.
Bind special event on touch swipeup.
Bind special zoom event on touch interaction.
Encode a text as UTF-8.
Execute all handlers attached to an element for an event.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Remove the whitespace from the beginning and end of a string.
Describes the nature of the event.
Determine the internal JavaScript [[Class]] of an object.
Generate an unique id for a DOM element.
Remove a previously-attached event handler from the elements.
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
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.
Remove a previously created link.
Bind an event handler to the "unload" JavaScript event.
Add an array into an array at a specified position without overwrite existing items.
Remove the parents of the set of matched elements from the DOM, leaving the matched elements in their place.
Get the current value of the first element in the set of matched elements.
Selects all elements that are visible.
Provides a way to execute callback functions based on one or more objects, usually Deferred objects that represent asynchronous events.
For key or mouse events, this property indicates the specific key or button that was pressed.
UI widget base class.
Define a new widget.
Get the current computed width for the first element in the set of matched elements.
Used for composition of templates which incorporate wrapped HTML content. Rendered template items can combine wrapped HTML content with template markup.
Wrap an HTML structure around all elements in the set of matched elements.
Wrap an HTML structure around the content of each element in the set of matched elements.
Wrap an HTML structure around each element in the set of matched elements.
Get the XML contents of the first element in the set of matched elements.