输出被 jQuery 选择器匹配的元素的数量:
$("button").click(function(){ alert($("li").size()); });
size() 方法返回被 jQuery 选择器匹配的元素的数量。
$(_selector_).size()