如何阻止文本被选择?
在我的网络应用程序中,用户有时可以多次单击同一按钮,跳过消息和内容,从而导致选择 。
那么如何使用 Javascript (jQuery) 来防止这种情况发生
In my web app the user can sometimes click the same button a number of times, skipping through messages and things, causing the </a>
to be selected.
So how can I prevent this using Javascript (jQuery)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你不需要为此编写脚本,这里是 css:
You dont need script for this, here is the css:
这个解决方案对我有用:
http://chris-barr.com/entry/disable_text_selection_with_jquery/
This solution worked for me:
http://chris-barr.com/entry/disable_text_selection_with_jquery/