.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
callbacks.fired()
  • References/JavaScript/jQuery/Callbacks Object

Determine if the callbacks have already been called at least once.

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

Attach a handler to an event for the elements. As of jQuery 1.7, the

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

Retrieve one of the elements matched by the jQuery object. The .get() method grants

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
.css()
  • References/JavaScript/jQuery/Manipulation

Get the computed style properties for the first element in the set of matched elements. The

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

Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.

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

Display or hide the matched elements with a sliding motion. The .slideToggle() method

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

Determine whether an element has any jQuery data associated with it. The jQuery.hasData()

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