jquery.tap icon indicating copy to clipboard operation
jquery.tap copied to clipboard

responsive tap/click event listener

Results 5 jquery.tap issues
Sort by recently updated
recently updated
newest added

I had the problem that this "addon" was not able to run in browsers which scopre doesn't have "module". I fixed it by checking if the type of module is...

Typo on line 61 of jquery.tap.js: `e.scrrenY = startPoint.y;` should be `e.screenY = startPoint.y;`

Raygun.io detected 25 of these errors in IE 10.0. They occurred for 7 different uses during one week. I think it's because jQuery may not add itself to the window,...

I've got lists embedded within lists. I want to prevent bubbling so multiple taps aren't fired.