:disabled selector
  • References/JavaScript/jQuery/Selectors

Selects all elements that are disabled. As with other pseudo-class selectors (those that begin with

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

Call all of the callbacks with the given arguments. This method returns the Callbacks object onto

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

Describes the nature of the event. event.type

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

Get the children of each element in the set of matched elements, including text and comment nodes. Given

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

Load data from the server and place the returned HTML into the matched element.

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

Encode a set of form elements as a string for submission. The .serialize() method creates

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

Register a handler to be called when all Ajax requests have completed. This is an Ajax Event.

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

Return a number representing the current time. The $.now() method is a shorthand for

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

Wrap an HTML structure around all elements in the set of matched elements. The .wrapAll()

2025-01-10 15:47:30