jquery-plugin-xclick
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

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!');
});

Package Sidebar

Install

npm i jquery-plugin-xclick

Weekly Downloads

1

Version

1.0.6

License

MIT

Unpacked Size

3.23 kB

Total Files

5

Last publish

Collaborators

  • saiansh2525