jQuery.merge()
  • References/JavaScript/jQuery/Utilities

Merge the contents of two arrays together into the first array. The $.merge() operation

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

Hide the matched elements. With no parameters, the .hide() method is the simplest way

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

Hide the matched elements by fading them to transparent. The .fadeOut() method animates

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

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

2025-01-10 15:47:30
:nth-child() selector
  • References/JavaScript/jQuery/Selectors

Selects all elements that are the nth-child of their parent. Because jQuery's implementation of

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

Selects all elements that are the first child of their parent. While

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

Remove an event handler. The .off() method removes event handlers that were attached

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

A factory function that returns a chainable utility object with methods to register multiple callbacks into callback queues, invoke callback queues, and relay the success

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

Add handlers to be called when the Deferred object is resolved, rejected, or still in progress. Prior

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

Parses a string into an XML document. jQuery.parseXML uses the native parsing function

2025-01-10 15:47:30