Double Click Event using JQUERYDouble Click event is created when we click Mouse button twice successively over the elementHere is the syntax
Here is the code to show how to execute double click of a button.
Double Click event and common classIf we have set of buttons with same class then we can apply double click event to the class. This way we can execute common code for all the buttons having same class.
Once the event is fired then we can find out which button is clicked by the user.
Other event along with double clickWe can trigger common code to execute by adding other events to double click event. We may want to execute same code for single click or double click event.
How to identify which event has triggered ?
This article is written by plus2net.com team.
![]() |
Most Popular JQuery Scripts | |
1 | Two dependant list boxes |
2 | Calendar with Date Selection |
3 | Data change by Slider |
4 | Show & Hide element |