.animate()
  • References/JavaScript/jQuery/Effects

Perform a custom animation of a set of CSS properties. The .animate() method allows

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

Add a callback or a collection of callbacks to a callback list. This method returns the Callbacks

2025-01-10 15:47:30
.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
.fadeToggle()
  • References/JavaScript/jQuery/Effects

Display or hide the matched elements by animating their opacity. The .fadeToggle()

2025-01-10 15:47:30
jQuery.boxModel
  • References/JavaScript/jQuery/Utilities

States if the current page, in the user's browser, is being rendered using the W3C

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

Merge the contents of an object onto the jQuery prototype to provide new jQuery instance methods. The

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

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

2025-01-10 15:47:30
:enabled selector
  • References/JavaScript/jQuery/Selectors

Selects all elements that are enabled. As with other pseudo-class selectors (those that begin with

2025-01-10 15:47:30