select event
Bind an event handler to the “select” event, or trigger that event on an element.
Bind an event handler to the “select” event, or trigger that event on an element.
Wrap an HTML structure around all elements in the set of matched elements.
Bind an event handler to the “click” event, or trigger that event on an element.
Takes a string and throws an exception containing it.
The DOM node context originally passed to jQuery(); if none was passed then context will likely be the document.
Determine whether an element has any jQuery data associated with it.
Merge the contents of two arrays together into the first array.
Remove the parents of the set of matched elements from the DOM, leaving the matched elements in their place.
Modify and filter HTML strings passed through jQuery manipulation methods.
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
Bind an event handler to be fired when the mouse leaves an element, or trigger that handler on an element.
Selects all elements that are disabled.
Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element.
Selects all elements that are enabled.
Bind an event handler to the “mouseover” event, or trigger that event on an element.
Bind an event handler to the “mouseout” event, or trigger that event on an element.
Selects all next elements matching “next” that are immediately preceded by a sibling “prev”.
Selects the element that is the root of the document.
Selects all the elements that are the nth-child of their parent in relation to siblings with the same element name, counting from the last element to the first.
Selects all elements that have no siblings with the same element name.