.trigger()
  • References/JavaScript/jQuery/Events

Execute all handlers and behaviors attached to the matched elements for the given event type. Any

2025-01-10 15:47:30
.unbind()
  • References/JavaScript/jQuery/Events

Remove a previously-attached event handler from the elements. Event handlers attached with

2025-01-10 15:47:30
.promise()
  • References/JavaScript/jQuery/Deferred Object

Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.

2025-01-10 15:47:30
.closest()
  • References/JavaScript/jQuery/Traversing

For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.

2025-01-10 15:47:30
.eq()
  • References/JavaScript/jQuery/Traversing

Reduce the set of matched elements to the one at the specified index. Given a jQuery object that

2025-01-10 15:47:30
jQuery.getScript()
  • References/JavaScript/jQuery/Ajax

Load a JavaScript file from the server using a GET HTTP request, then execute it. This is a shorthand

2025-01-10 15:47:30
jQuery.globalEval()
  • References/JavaScript/jQuery/Utilities

Execute some JavaScript code globally. This method behaves differently from using a normal JavaScript

2025-01-10 15:47:30
:submit selector
  • References/JavaScript/jQuery/Selectors

Selects all elements of type submit. The :submit selector typically applies to button

2025-01-10 15:47:30
.width()
  • References/JavaScript/jQuery/Dimensions

Get the current computed width for the first element in the set of matched elements. The difference

2025-01-10 15:47:30
jQuery.dequeue()
  • References/JavaScript/jQuery/Data

Execute the next function on the queue for the matched element. Note: This is a

2025-01-10 15:47:30