I have requirement that on clicking on div for three times I want to show another container on the page, I Have used double click event in jquery
$( "#target" ).dblclick(function() {
alert( "Handler for .dblclick() called." );
});
need to write “Triple Click”
How to write triple click event using jQuery/Javascript
Any help is appreciated.
Aucun commentaire:
Enregistrer un commentaire