:visible selector
  • References/JavaScript/jQuery/Selectors

Selects all elements that are visible. Elements are considered visible if they consume space in

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

Translate all items in an array or object to new array of items. If you wish to process a jQuery

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

Convert an array-like object into a true JavaScript array. Many methods, both in jQuery and in JavaScript

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

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

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

Determine the internal JavaScript [[Class]] of an object. A number of techniques are used to determine

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
event.pageX
  • References/JavaScript/jQuery/Events

The mouse position relative to the left edge of the document. event

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

The current DOM element within the event bubbling phase. This property will typically be equal to

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

Determine if the callbacks list has been disabled.

2025-01-10 15:47:30