jQuery empty() 方法
定义和用法
empty() 方法会移除所有选定元素的子节点和内容。
注意:此方法不会移除元素本身或其属性。
提示:要移除元素但不移除数据和事件,请使用 detach() 方法。
提示:要移除元素及其数据和事件,请使用 remove() 方法。
语法
$(选择器).empty()
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]