runoops.com

标签:jQuery

第16页
jQuery HTML / CSS 方法

jQuery remove() 方法

阅读(438)

实例 Run this code » 移除所有的 <p> 元素: $("button").click(function(){ $("p").remove(); }); 定义和用法 remove() 方法移除被选元素,包括所有的文...