1.0.6 • Published 2 years ago

jquery-plugin-xclick v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago