Descendant selector (“ancestor descendant”)
  • References/JavaScript/jQuery/Selectors

Selects all elements that are descendants of a given ancestor. A descendant of an element could

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

Load data from the server using a HTTP POST request. This is a shorthand Ajax function, which is

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

Remove an attribute from each element in the set of matched elements. The .removeAttr()

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

Attach an event handler for all elements which match the current selector, now and in the future. As

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

Check to see if a DOM element is a descendant of another DOM element. The $.contains()

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

Add handlers to be called when the Deferred object is either resolved or rejected. The argument

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

A selector representing selector passed to jQuery(), if any, when creating the original set. The

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