jQuery1 Jquery : api .addClass() Jquery 1.4 부터, addClass() 메소드의 파라미터로 함수를 입력할 수 있다. $( "ul li" ).addClass(function( index ) { return "item-" + index; }); 두 개의 li 요소가 있다면, 첫번째 요소는 "item-0", 두번째 요소는 "item-1" 클래스가 된다. 예시 This div should be white This div will be green because it now has the "green" and "red" classes. It would be red if the addClass function failed. This div should be white There are zero green divs .af.. 2017. 7. 11. 이전 1 다음