1.0.6 • Published 3 years ago

jquery-plugin-xclick v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

jquery-plugin-xclick

jquery-plugin-xclick is a jQuery plugin that allows you to setup an onclick event handler that triggers every x times that the element is clicked. It is useful to detect triple clicks.

Installation

npm install jquery-plugin-xclick

Usage

$('button').xclick(5, () => {
  alert('Clicked 5 times in a row!');
});
1.0.6

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago