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

Attach a handler to an event for the elements. The handler is executed at most once per element per event type.

2025-01-10 15:47:30
:lt() selector
  • References/JavaScript/jQuery/Selectors

Select all elements at an index less than index within the matched set. index-related

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

Insert content, specified by the parameter, after each element in the set of matched elements. The

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

Reduce the set of matched elements to those that have a descendant that matches the selector or DOM element. Given

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

Register a handler to be called when the first Ajax request begins. This is an Ajax Event.

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

Show the queue of functions to be executed on the matched elements.

2025-01-10 15:47:30
Next adjacent selector (“prev + next”)
  • References/JavaScript/jQuery/Selectors

Selects all next elements matching "next" that are immediately preceded by a sibling "prev". One

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

Selects all elements that are the last child of their parent. While

2025-01-10 15:47:30
event.timeStamp
  • References/JavaScript/jQuery/Events

The difference in milliseconds between the time the browser created the event and January 1, 1970. This

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

Selects even elements, zero-indexed. See also odd. In particular, note that the 0-based indexing

2025-01-10 15:47:30