Skip to content

dzervoudakes/jQuery-doubleTap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery-doubleTap

A useful double-tap/double-click plugin for jQuery.

Example:
$(selector).doubleTap(function() {
	$(selector).css('background', '#f00');
});

As the top of this README suggests, this plugin is optimized for both "click" and "touch".

About

A useful double-tap/double-click plugin for jQuery.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages