:first-of-type selector
  • References/JavaScript/jQuery/Selectors

Selects all elements that are the first among siblings of the same element name. The :first-of-type

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

Get the current horizontal position of the scroll bar for the first element in the set of matched elements. The

2025-01-10 15:47:30
jQuery.cssHooks
  • References/JavaScript/jQuery/Miscellaneous

Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.

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

Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.

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

The other DOM element involved in the event, if any. For mouseout, indicates the element

2025-01-10 15:47:30
Multiple selector (“selector1, selector2, selectorN”)
  • References/JavaScript/jQuery/Selectors

Selects the combined results of all the specified selectors. You can specify any number of selectors

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

Execute the next function on the queue for the matched element. Note: This is a

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

Create a deep copy of the set of matched elements. The .clone() method performs a deep

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

Indicates whether the META key was pressed when the event fired. Returns a boolean value (true

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

Contains flags for the useragent, read from navigator.userAgent. This property was removed in jQuery 1.9 and is available only through the jQuery.migrate

2025-01-10 15:47:30