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.
我有 li 将由用户动态添加,并且 li 中有一个复选框。我希望 li 的文本与复选框的颜色相同,复选框的颜色是随机的。
我试过玩,但我得到的是它把所有的 li 文本颜色都变成了一种颜色。
尝试
$('li:has(input:checkbox)').css('color','red');