jQuery 教程
jQuery 雜項(xiàng)方法
輸出被 jQuery 選擇器匹配的元素的數(shù)量:
size() 方法在 jQuery 版本 1.8 中被廢棄。 請(qǐng)使用 length 屬性代替。
size() 方法返回被 jQuery 選擇器匹配的元素的數(shù)量。