-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
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
d.preventDefault is not a function #34
Comments
@a6051529 I can't reproduce. Please share your example (via jsbin.com or jsfiddle.net). |
@a6051529, here's your case: http://jsfiddle.net/5ffwgLj6/2/. Works perfectly in all the modern browsers. Could you please update us with the info on the browser/OS/device you're testing on? Thanks. |
@pukhalski @ezhlobo I use zepto.js for seajs,The seajs is an AMD Module Loader,When I use zepto.js not zepto.js for seajs ,it is OK!,When I use zepto.js for seajs, It is d.preventDefault is not a function; |
Thanks, @a6051529, for a very specific case. Let me check it out. |
@pukhalski Thanks, very much |
I've discovered the same error when enabling touch events in the Firefox Developer Edition's Responsive Design Mode. |
[email protected] from npm (1.0.8 isn't available yet), Firefox 46.0a2 (2016-03-07). |
when I write" $('.xxx').on('tap', function(){
// dosmothing;
return false;
}) "
it's d.preventDefault is not a function;
The text was updated successfully, but these errors were encountered: