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.
我正在尝试研究如何将类添加到按钮的子元素,特别是<i>以下内容:
<i>
<button><i class="icon-undo"></i> Undo</button>
理想情况下,使用纯 JavaScript,可以将一个函数添加到按钮(<button onclick="function()">即<i>同一页)。
<button onclick="function()">
也许这个问题中的代码有帮助....今天自己发布了答案。只需将“this”传递给函数,之后您就可以对 DOM 产生奇迹
在javascript中获取附近的兄弟姐妹