Attribute Contains Word Selector [name~=”value”]
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 containing a given word, delimited by spaces.
Selects all input elements of type text.
Insert content, specified by the parameter, after each element in the set of matched elements.
Adds the specified class(es) to each element in the set of matched elements.
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
Selects all elements that are disabled.
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
Selects all elements of type checkbox.
Translate all items in an array or object to new array of items.
Selects all elements with the given class.
Selects all the elements that are the nth-child of their parent in relation to siblings with the same element name, counting from the last element to the first.
Lock a callback list in its current state.
Execute all handlers attached to an element for an event.
Selects all elements that are visible.
Store arbitrary data associated with the specified element and/or return the value that was set.
The rate (in milliseconds) at which animations fire.
Select the element at index n within the matched set.
Selects the target element indicated by the fragment identifier of the document’s URI.
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.