.offset()
  • References/JavaScript/jQuery/Offset

Get the current coordinates of the first element in the set of matched elements, relative to the document. The

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
:nth-of-type() selector
  • References/JavaScript/jQuery/Selectors

Selects all elements that are the nth child of their parent in relation to siblings with the same element name.

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

Hide the matched elements with a sliding motion. The .slideUp() method animates the

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

Insert every element in the set of matched elements to the beginning of the target. The

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

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

2025-01-10 15:47:30