.siblings()
Get the siblings of each element in the set of matched elements, optionally filtered by a selector.
Get the siblings of each element in the set of matched elements, optionally filtered by a selector.
Encode a set of form elements as an array of names and values.
Set default values for future Ajax requests. Its use is not recommended.
Selects elements that have the specified attribute with a value containing a given word, delimited by spaces.
Store arbitrary data associated with the specified element and/or return the value that was set.
Selects elements that have the specified attribute with a value beginning exactly with a given string.
Selects elements that have the specified attribute with a value exactly equal to a certain value.
Encode a set of form elements as a string for submission.
Get the current computed inner width (including padding but not border) for the first element in the set of matched elements or set the inner width of every matched element.
Remove a property for the set of matched elements.
Determine whether any of the matched elements are assigned the given class.
Ajax requests produce a number of different events that you can subscribe to. Here's a full list of the events and in what order they are triggered. There are two types of events: Local Events These are callbacks that you can subscribe to within the Ajax request object, like so: 1 2 3 4 5 … Continue reading
Bind an event handler to the “resize” JavaScript event, or trigger that event on an element.
Bind one or two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
A selector representing selector passed to jQuery(), if any, when creating the original set.
Get the current computed inner height (including padding but not border) for the first element in the set of matched elements or set the inner height of every matched element.
Reduce the set of matched elements to the odd ones in the set, numbered from zero.
Execute the next function on the queue for the matched element.
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.
Add handlers to be called when the Deferred object generates progress notifications.