.position()
Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.
Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.
Display or hide the matched elements by animating their opacity.
The namespace specified when the event was triggered.
Reduce the set of matched elements to the odd ones in the set, numbered from zero.
Bind an event handler to the “blur” JavaScript event, or trigger that event on an element.
Selects elements that have the specified attribute with a value beginning exactly with a given string.
Select elements that either don’t have the specified attribute, or do have the specified attribute but not with a certain value.
Add a callback or a collection of callbacks to a callback list.
Execute all handlers attached to an element for an event.
Determine if the callbacks list has been disabled.
Disable a callback list from doing anything more.
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.
Bind an event handler to the “select” JavaScript event, or trigger that event on an element.
Replace each target element with the set of matched elements.
Selects all elements that are headers, like h1, h2, h3 and so on.
Insert every element in the set of matched elements after the target.
Insert every element in the set of matched elements before the target.
Selects elements that have the specified attribute with a value containing a given substring.
Selects elements that have the specified attribute with a value either equal to a given string or starting with that string followed by a hyphen (-).