输出 <li> 元素的数目:
$("button").click(function(){
alert($("li").length);
});
定义和用法
length 属性包含 jQuery 对象中元素的数目。
语法
实例
$(selector).length
输出 <li> 元素的数目:
$("button").click(function(){
alert($("li").length);
});
length 属性包含 jQuery 对象中元素的数目。
$(selector).length