How to attach custom events to DOM elements using jQuery ?
I want like I need to add my own events to particular elements like we have ‘click’, ‘keyup’, etc events. I need to create my own custom event and use it. How can I make that ?
Add comment
I want like I need to add my own events to particular elements like we have ‘click’, ‘keyup’, etc events. I need to create my own custom event and use it. How can I make that ?