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.
我的代码中有一个可拖动元素。
当我拖动这个元素时,会出现项目符号,但我不想要这个项目符号。
这是我的代码:http: *//jsfiddle.net/hirenwebdp/Mf6zJ/333/*
*
将此添加到您的CSS:
li.ui-draggable-dragging{ list-style:none; }
http://jsfiddle.net/Mf6zJ/337/
我刚刚添加display:block到你的李风格。我认为这是实现目标的最简单方法。
display:block