jQuery 屬性
length屬性返回jQuery對(duì)象中元素的數(shù)量。
$(selector).length
提醒段落數(shù):
$("button").click(function(){ alert($("p").length); });
計(jì)算DIV。點(diǎn)擊添加更多:
這里有兩個(gè)div。單擊此處添加更多DIV盒子