Tagged: click
Work around some mobile browser's 300ms delay on the click event
1.0.0
Released January 17, 2013
jQuery Plugin for making child elements selectable supports Ctrl+Click, Command+Click and Shift+Click.
0.1.3
Released August 1, 2013
jQuery Plugin for activating file explorer type selecting to all elements supports Ctrl+Click, Command+Click, Ctrl+Drag, Command+Drag and Shift+Click.
0.6.0
Released August 18, 2013
Use this plugin to handle both keyboard-mouse and mobile touch motions with a unified set of events. It is currently being used in a commercial SPA and is featured in the book [Single page web applications - JavaScript end-to-end](http://manning.com/mikowski). Supported motions for both desktop and touch devices include tap, long-press, drag, long-press-drag, and zoom. See the README.md on the home page for much greater detail. Please see 'ue-test.html' file for a demonstration of the different motions. Most test tiles below the second row are negative test cases and should not be draggable (the one exception is the 'held+helddrag' example).
0.3.3
Released November 20, 2013
Superclick is a jQuery drop-down menu enhancement plugin sharing many of Superfish's features but focusses solely on click events to open and close submenus.
1.1.0
Released June 29, 2014
Avoiding the 300ms delay of most mobile browsers before triggering the click event, to make mobile websites and html apps more responsive.
1.0.0
Released March 12, 2013
Removes the 300ms delay in some browsers (like iOS) by simply replacing default click events with jQuery Mobile's vclick
1.0.4
Released May 31, 2013
Predict and prevent x-clicks. X-clicks are unexpected and tricky click events that are triggered in Internet Explorer only, when the mousedown and mouseup events are triggered on two different elements.
1.2.2
Released January 10, 2014
Bind to the `multiclick` event, a custom DOM-like event generated using jQuery's Special Events API. The `multiclick` event triggers when the user clicks within the bound element a configurable number of times.
0.5.3
Released February 14, 2013
Bind javascript events to the data attribute
0.1.3
Released November 19, 2013