jQuery/JS Common - utils - events
Methods
Name | Description |
---|---|
off(element, eventName, selector, handler) |
Detaches an event handler from the specified elements. |
on(element, eventName, selector, data, handler) |
Attaches an event handler to the specified elements. |
one(element, eventName, selector, data, handler) |
Attaches an event handler to be executed only once to the specified elements. |
trigger(element, event, extraParameters) |
Executes all handlers of a given event type attached to the specified elements. |
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.