[jquery] jquery 를 이용 radio, checkbox 등의 갯수가 몇개인지 알아보기

|

jquery 를 이용 radio, checkbox 등의 갯수가 몇개인지 알아보기

$('input:radio[name=이름]').length;

And