ID selector (“#id”)
  • References/JavaScript/jQuery/Selectors

Selects a single element with the given id attribute. For id selectors, jQuery uses the JavaScript

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

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

2025-01-10 15:47:30
Attribute starts with selector [name^=”value”]
  • References/JavaScript/jQuery/Selectors

Selects elements that have the specified attribute with a value beginning exactly with a given string. This

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

Convert an array-like object into a true JavaScript array. Many methods, both in jQuery and in JavaScript

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

Bind an event handler to the "mousemove" JavaScript event, or trigger that event on an element. This

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

Bind an event handler to the "scroll" JavaScript event, or trigger that event on an element. This

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

Call the progressCallbacks on a Deferred object with the given context and args. Normally

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

Determine whether a Deferred object has been resolved. This API is deprecated as of

2025-01-10 15:47:30