0.1.3 • Published 9 years ago

quickclick v0.1.3

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

quickclick

A simple heuristic to ensure quick click events on mobile browsers.

Quick Start

In a CommonJS environment, you can use it this way:

var QuickClick = require("quickclick");

// Pass in the root element where quick clicks are scoped.
QuickClick(document.body);

A global QuickClick is offered otherwise, and you can use it like this:

// Pass in the root element where quick clicks are scoped.
QuickClick(document.body);
0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago