|
What is custom event and how to attach a custom event to an element?
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: jQuery-Events
Custom event in jQuery is a type of event that allows us to add any functionality on a particular element. This event is similar to any other type of inbuilt events like “click, mouseenter” however its behavior is not pre-defined instead you have ability to define its behavior.
|