최신 웹 개발 튜토리얼
 

jQuery length Property

<jQuery를 등록

의 수를 알려 <li> 요소를 :

$("button").click(function(){
    alert($("li").length);
});
»그것을 자신을 시도

정의 및 사용

length 속성은 jQuery 오브젝트의 요소 수를 포함한다.


통사론

$(selector).length

<jQuery를 등록