.prop()
  • References/JavaScript/jQuery/Manipulation

Get the value of a property for the first element in the set of matched elements. The .prop()

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

The difference in milliseconds between the time the browser created the event and January 1, 1970. This

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

Attach a handler to an event for the elements. As of jQuery 1.7, the

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

Reduce the set of matched elements to the first in the set. Given a jQuery object that represents

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

Adds the specified class(es) to each element in the set of matched elements. It's important to note

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

Attach a handler to an event for the elements. The handler is executed at most once per element per event type.

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

If this method is called, the default action of the event will not be triggered. For example, clicked

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

Call the progressCallbacks on a Deferred object with the given context and args. Normally

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

An optional object of data passed to an event method when the current executing handler is bound.

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

Show the queue of functions to be executed on the matched elements.

2025-01-10 15:47:30