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 elements that have the specified attribute with a value containing a given substring.
Reduce the set of matched elements to a subset specified by a range of indices.
States if the current page, in the user’s browser, is being rendered using the W3C CSS Box Model.
Selects all elements of type submit.
Selects all input elements of type text.
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.
A string containing the jQuery version number.
Encode a set of form elements as an array of names and values.
Attach a function to be executed before an Ajax request is sent. This is an Ajax Event.
Register a handler to be called when Ajax requests complete. This is an AjaxEvent.
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” event, or trigger that event on an element.
Selects all elements that are selected.
Encode a set of form elements as a string for submission.
Register a handler to be called when all Ajax requests have completed. This is an Ajax Event.
Selects elements that have the specified attribute with a value beginning exactly with a given string.
Execute the next function on the queue for the matched element.
Check to see if a DOM node is within an XML document (or is an XML document).