🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

oneOrDoubleclick is a jQuery plugin to replace the jQuery click and dblclick events that trigger appropriate functions when an element is clicked or double clicked.

Click click-event

Documentation

Build Status jquery-oneordoubleclick

Usage

$target_node.oneordoubleclick({oneclick: function(){         console.log('you have click this node.');     }, dblclick: function() {         console.log('you have double click this node.');     } });

Reference

More details please visit jQuery-OneOrDoubleClick Plugin.

Contact

If you have any idea please contact me by sending it to [email protected], or you can put your issue here.


You May Also Like