.error()
Bind an event handler to the “error” JavaScript event.
Bind an event handler to the “error” JavaScript event.
Select all elements at an index greater than index within the matched set.
Select the element at index n within the matched set.
Select all elements at an index less than index within the matched set.
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
Bind an event handler to the “contextmenu” JavaScript event, or trigger that event on an element.
Bind an event handler to the “click” JavaScript event, or trigger that event on an element.
Selects all elements that are selected.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Get the current computed outer height (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer height of every matched element.
Get the current computed inner width (including padding but not border) for the first element in the set of matched elements or set the inner width of every matched element.
Bind an event handler to the “blur” JavaScript event, or trigger that event on an element.
Bind an event handler to the “scroll” JavaScript event, or trigger that event on an element.
For key or mouse events, this property indicates the specific key or button that was pressed.
Encode a set of form elements as an array of names and values.
Remove a previously-attached event handler from the elements.
Create a serialized representation of an array, a plain object, or a jQuery object suitable for use in a URL query string or Ajax request. In case a jQuery object is passed, it should contain input elements with name/value properties.
Attach a handler to an event for the elements. The handler is executed at most once per element per event type.
Selects all elements that are hidden.
Adjust the opacity of the matched elements.