Skip to content

jquery plugin to check the one click or double click for the same node.

License

Notifications You must be signed in to change notification settings

sgyyz/jquery-oneordoubleclick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

jquery plugin to check the one click or double click for the same node.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published