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

Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.

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
.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
Attribute contains prefix selector [name|=”value”]
  • References/JavaScript/jQuery/Selectors

Selects elements that have the specified attribute with a value either equal to a given string or starting with that string followed by a hyphen (-).

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

Determine whether the argument is an array. $.isArray() returns a Boolean indicating

2025-01-10 15:47:30
callbacks.disable()
  • References/JavaScript/jQuery/Callbacks Object

Disable a callback list from doing anything more. This method returns the Callbacks object onto

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

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

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

Bind an event handler to the "error" JavaScript event. This method is a shortcut for .on(

2025-01-10 15:47:30