We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if i bind tap event on «a» link element, for example, e.preventDefault() not work.
The text was updated successfully, but these errors were encountered:
Issue #1: fixed
3880311
Thanks for a bug report, it has been fixed.
Sorry, something went wrong.
Same issue. Cannot preventDefault with
$el.tap(function(e){ e.preventDefault; }
Fixed in v0.3.0.
BR0kEN-
No branches or pull requests
if i bind tap event on «a» link element, for example, e.preventDefault() not work.
The text was updated successfully, but these errors were encountered: