gpt4 book ai didi

jquery - 使用 jQuery UI .draggable 时如何禁用 webkit 浏览器中的文本选择?

转载 作者:行者123 更新时间:2023-12-01 04:28:25 24 4
gpt4 key购买 nike

使用 jQuery UI .draggable() 时,我似乎无法禁用 webkit 浏览器中的文本选择。我尝试过以各种组合使用 webkit 特定的 css(-webkit-user-select 和 -webkit-user-drag),但没有任何运气。

这是一个 jsfiddle,您可以在其中重现问题:http://jsfiddle.net/dmosher/8ZGLR/

最佳答案

disableSelection 是您的 friend 。

.disableSelection() is an undocumented (for now) core utility. It's useful for making text elements, or elements that contain text, not text-selectable. For example, if you have a draggable element, you may not want text selection to occur when the user goes to drag the element.

您可能想要创建一个助手,以便看起来很明显有东西正在被拖动。

Updated demo

关于jquery - 使用 jQuery UI .draggable 时如何禁用 webkit 浏览器中的文本选择?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4597174/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com