jQuery logojQuery API Documentation

  • Home
  • API Documentation
  • CDN
  • Plugins
  • Browser Support

Categories: Event Handler Attachment


Events > Event Handler Attachment | Deprecated > Deprecated 3.0

.bind()

Attach a handler to an event for the elements.
Events > Event Handler Attachment | Deprecated > Deprecated 3.0

.delegate()

Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.
Events > Event Handler Attachment | Deprecated > Deprecated 1.7 | Removed

.die()

Remove event handlers previously attached using .live() from the elements.
Events > Event Handler Attachment | Utilities

jQuery.proxy()

Takes a function and returns a new one that will always have a particular context.
Events > Event Handler Attachment | Deprecated > Deprecated 1.7 | Removed

.live()

Attach an event handler for all elements which match the current selector, now and in the future.
Events > Event Handler Attachment

.off()

Remove an event handler.
Events > Event Handler Attachment

.on()

Attach an event handler function for one or more events to the selected elements.
Events > Event Handler Attachment

.one()

Attach a handler to an event for the elements. The handler is executed at most once per element per event type.
Events > Event Handler Attachment

.trigger()

Execute all handlers and behaviors attached to the matched elements for the given event type.
Events > Event Handler Attachment

.triggerHandler()

Execute all handlers attached to an element for an event.
Events > Event Handler Attachment | Deprecated > Deprecated 3.0

.unbind()

Remove a previously-attached event handler from the elements.
Events > Event Handler Attachment | Deprecated > Deprecated 3.0

.undelegate()

Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
  • Ajax
    • Global Ajax Event Handlers
    • Helper Functions
    • Low-Level Interface
    • Shorthand Methods
  • Attributes
  • Callbacks Object
  • Core
  • CSS
  • Data
  • Deferred Object
  • Deprecated
    • Deprecated 1.3
    • Deprecated 1.4
    • Deprecated 1.7
    • Deprecated 1.8
    • Deprecated 1.9
    • Deprecated 1.10
    • Deprecated 3.0
    • Deprecated 3.3
  • Dimensions
  • Effects
    • Basics
    • Custom
    • Fading
    • Sliding
  • Events
    • Browser Events
    • Document Loading
    • Event Handler Attachment
    • Event Object
    • Form Events
    • Keyboard Events
    • Mouse Events
  • Forms
  • Internals
  • Manipulation
    • Class Attribute
    • Copying
    • DOM Insertion
    • DOM Insertion, Around
    • DOM Insertion, Inside
    • DOM Insertion, Outside
    • DOM Removal
    • DOM Replacement
    • General Attributes
    • Style Properties
  • Miscellaneous
    • Collection Manipulation
    • Data Storage
    • DOM Element Methods
    • Setup Methods
  • Offset
  • Properties
    • Properties of jQuery Object Instances
    • Properties of the Global jQuery Object
  • Removed
  • Selectors
    • Attribute
    • Basic
    • Basic Filter
    • Child Filter
    • Content Filter
    • Form
    • Hierarchy
    • jQuery Extensions
    • Visibility Filter
  • Traversing
    • Filtering
    • Miscellaneous Traversing
    • Tree Traversal
  • Uncategorized
  • Utilities
  • Version
    • Version 1.0
    • Version 1.0.4
    • Version 1.1
    • Version 1.1.2
    • Version 1.1.3
    • Version 1.1.4
    • Version 1.2
    • Version 1.2.3
    • Version 1.2.6
    • Version 1.3
    • Version 1.4
    • Version 1.4.1
    • Version 1.4.2
    • Version 1.4.3
    • Version 1.4.4
    • Version 1.5
    • Version 1.5.1
    • Version 1.6
    • Version 1.7
    • Version 1.8
    • Version 1.9
    • Version 1.12 & 2.2
    • Version 3.0
    • Version 3.1
    • All
  • Learning Center
  • Forum
  • API
  • Twitter
  • IRC
  • GitHub

Copyright 2018 The jQuery Foundation. jQuery License