Sunshine3721995
2016-07-28 11:53
$("#test").empty("#test p:first-child")为什么不能通过此代码只移除第一个p元素
$("#test p:first-child").empty() 这样写可以,.empty()不能有参数
因为jQuery根本就没有这样的用法,.empty()不能有参数,remove()可以有参数。
jQuery基础(二)—DOM篇
114014 学习 · 590 问题
相似问题
回答 3
回答 2
回答 1