Select all elements that contain the specified text. The matching text can appear directly within
Determine whether any of the matched elements are assigned the given class. Elements may have more
Get the current computed height for the first element in the set of matched elements, including padding, border, and optionally margin. Returns a number (without "px")
Selects the last matched element. Note that :last selects a single element by filtering
Bind an event handler to the "keypress" JavaScript event, or trigger that event on an element.
Add the previous set of elements on the stack to the current set, optionally filtered by a selector. As
Determine whether or not the list has any callbacks attached. If a callback is provided as an argument, determine whether it is in a list.
Attach a function to be executed whenever an Ajax request completes successfully. This is an Ajax Event
Selects all sibling elements that follow after the "prev" element, have the same parent, and match the filtering "siblings" selector.
Selects all elements of type file. :file is equivalent to [type="file"]
Page 15 of 32