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
$(document).dialog({ type: 'alert', overlayClose: true, content: '<div><input type="text"></div>' });
The text was updated successfully, but these errors were encountered:
我也发现的这个问题,去看了下源码发现作者在touch事件和mouse时间都返回了false,导致content-scroll类下的点击事件全部无效。如果还坚持使用该插件可以 $(document).off('touchstart mousedown touchmove mousemove touchend mouseup', '.content-scroll'); 解除了事件绑定即可
Sorry, something went wrong.
$(document).off('touchstart mousedown touchmove mousemove touchend mouseup', '.content-scroll'); 这个方法无效啊? 还有什么解决办法吗
可以了,谢谢
No branches or pull requests
The text was updated successfully, but these errors were encountered: