.height()
  • References/JavaScript/jQuery/Dimensions

Get the current computed height for the first element in the set of matched elements. The difference

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

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

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

Specify a function to execute when the DOM is fully loaded. While JavaScript provides the load

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

Determine whether a Deferred object has been rejected. As of jQuery 1.7 this API has been deprecated;

2025-01-10 15:47:30
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