gpt4 book ai didi

css - jQuery UI 更改拖动元素的样式

转载 作者:行者123 更新时间:2023-11-28 09:52:48 24 4
gpt4 key购买 nike

我想在拖动后更改可拖动列表项的颜色。

感谢您的帮助。

$("#DragWordList li").draggable({helper: 'clone'});

最佳答案

您想简单地设置 CSS 类 ui-draggable-dragging

的样式

例如

.ui-draggable-dragging{
border:1px dashed red;
background:yellow;
}

关于css - jQuery UI 更改拖动元素的样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25017925/

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