dblclick event
Bind an event handler to the “dblclick” event, or trigger that event on an element.
Bind an event handler to the “dblclick” event, or trigger that event on an element.
Load data from the server and place the returned HTML into the matched elements.
Load data from the server using a HTTP GET request.
Send data to the server using a HTTP POST request.
Get the current computed width for the first element in the set of matched elements or set the width of every matched element.
Attach an event handler for all elements which match the current selector, now and in the future.
Bind an event handler to the “keypress” event, or trigger that event on an element.
Specify a function to execute when the DOM is fully loaded.
Bind an event handler to the “submit” event, or trigger that event on an element.
Get the current computed height for the first element in the set of matched elements or set the height of every matched element.
Bind an event handler to the “click” event, or trigger that event on an element.
A multi-purpose callbacks list object that provides a powerful way to manage callback lists.
Insert content, specified by the parameter, before each element in the set of matched elements.
Display or hide the matched elements by animating their opacity.
Bind an event handler to the “change” event, or trigger that event on an element.
Bind an event handler to the “keyup” event, or trigger that event on an element.
Bind an event handler to the “mouseup” event, or trigger that event on an element.
Remove an event handler.
Get the current value of the first element in the set of matched elements or set the value of every matched element.
Execute all handlers and behaviors attached to the matched elements for the given event type.