jquery에서table 썸네일형 리스트형 jQuery Selector 보충설명 출처 : http://pokpungu.tistory.com/4 http://docs.jquery.com/Selectors 이걸로는 많이 부족합니다. 아래의 설명을 http://codylindley.com/jqueryselectors/ 요기서 테스트 하며 익혀봅시다. 아마 코드가 환상적으로 줄어들 것입니다. 1. disabled, checked, selected 속성을 변화시키는 것은 attr 로. .val() 처럼 할 수 있으면 좋겠는데, 그런것을 제공하지 않습니다. .attr('disabled', 'disabled') .attr('checked', 'checked') .attr('selected', 'selected') 로 세팅하고, .removeAttr('disabled') .removeAttr('c.. JQuery에서 많이 사용하는 유용한 팁 이전 1 다음