Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有一个 jQuery 脚本可以使颜色框窗口可拖动?
我发现了一个名为easydrag的工作,但一旦将颜色框拖到页面的外部边界,它就会变得粘滞。请参阅我的easydrag 示例页面。
我希望让easydrag脚本正常工作,或者找到一个可以很好地与 colorbox 配合使用的替代脚本。
您可以为此使用jQuery UI Draggable - 如果draggable是您需要的唯一功能,则 UI 可能有点矫枉过正,但它确实有效:
$('#colorbox').draggable();