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.nestable 中的图像?
https://github.com/dbushell/Nestable
快速浏览一下演示,使用Firebug来检查 CSS,您可以编辑这部分 CSS 来操作 (+/-) 按钮的外观:
.dd-item > button:before { content: '+'; /* ... */ } .dd-item > button[data-action="collapse"]:before { content: "-"; }