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

Finds the elements of an array which satisfy a filter function. The original array is not affected. The

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

Remove the set of matched elements from the DOM. Similar to

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

Load data from the server using a HTTP GET request. This is a shorthand Ajax function, which is

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

Returns whether event.stopImmediatePropagation() was ever called on this event object. This property

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

Search for a specified value within an array and return its index (or -1 if not found). The $

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

Determine the current state of a Deferred object. The deferred.state() method returns a string representing

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

Store arbitrary data associated with the specified element. Returns the value that was set. Note:

2025-01-10 15:47:30