Attribute Equals Selector [name=”value”]
Selects elements that have the specified attribute with a value exactly equal to a certain value.
Selects elements that have the specified attribute with a value exactly equal to a certain value.
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
Send data to the server using a HTTP POST request.
Select elements that either don’t have the specified attribute, or do have the specified attribute but not with a certain value.
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.
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.
Bind an event handler to the “submit” JavaScript event, or trigger that event on an element.
Load data from the server using a HTTP GET request.
Utility method to filter and/or chain Deferreds.
Get the current computed outer height (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer height of every matched element.
Get the current computed outer width (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer width of every matched element.
Bind an event handler to the “focus” JavaScript event, or trigger that event on an element.
Hide the matched elements.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Selects elements that have the specified attribute with a value containing a given substring.
Lock a callback list in its current state.
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
Encode a set of form elements as a string for submission.
Selects elements that have the specified attribute with a value containing a given word, delimited by spaces.
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.