본문 바로가기

카테고리 없음

[jquery]이름이 xxx로 끝나지 않는 요소들 찾기

$("#fieldListTBody").find('input:not([name$=Btn])').length;