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.
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 containing a given word, delimited by spaces.
Insert every element in the set of matched elements before the target.
Insert every element in the set of matched elements after the target.
Adds the specified class(es) to each element in the set of matched elements.
Add the previous set of elements on the stack to the current set, optionally filtered by a selector.
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 “select” JavaScript event, or trigger that event on an element.
Search for a given element from among the matched elements.
Encode a set of form elements as a string for submission.
Selects all elements that are selected.
Select elements that either don’t have the specified attribute, or do have the specified attribute but not with a certain value.
Get the combined text contents of each element in the set of matched elements, including their descendants, or set the text contents of the matched elements.
Selects all elements with the given class.
Matches all elements that are checked or selected.
Bind an event handler to the “change” JavaScript event, or trigger that event on an element.
Determines whether its argument represents a JavaScript number.
Bind an event handler to the “click” JavaScript event, or trigger that event on an element.
Translate all items in an array or object to new array of items.