.hasClass()
  • References/JavaScript/jQuery/Manipulation

Determine whether any of the matched elements are assigned the given class. Elements may have more

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

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

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

Retrieve all the elements contained in the jQuery set, as an array. .toArray() returns

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

Display the matched elements. With no parameters, the .show() method is the simplest

2025-01-10 15:47:30
Class selector (“.class”)
  • References/JavaScript/jQuery/Selectors

Selects all elements with the given class. For class selectors, jQuery uses JavaScript's native

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

Register a handler to be called when Ajax requests complete with an error. This is an Ajax Event.

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

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

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

Determine whether or not the list has any callbacks attached. If a callback is provided as an argument, determine whether it is in a list.

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

An empty function. You can use this empty function when you wish to pass around a function that

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

Resolve a Deferred object and call any doneCallbacks with the given args. Normally

2025-01-10 15:47:30