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