API : http://api.jquery.com/category/selectors/hierarchy-selectors/
jQuery로 firstChild, nextSibling으로 태그따라가서 출력하는거 해봣는데..
첫번째줄 없애는걸
$("table > tbody:first >tr:first ~ tr > td:first").slideUp("slow"); 이렇게 수정하면
첫번째 테이블의 첫번째줄만 없어진다.......
jQuery에도 this가 있어서 this의 첫번째줄을 없애는걸로 적용해야하는데 잘모르겟다..
jQuery의 html()과 자바스크립트의 innertHTML이 같은것같다.
( $("").html() == document.~~~~.innerHTML)
'Front-End > jQuery' 카테고리의 다른 글
Selectors - 요약&정리 (0) | 2012.04.05 |
---|---|
이클립스에 jQuery 플러그인 설치하기 (0) | 2012.04.05 |
4) Selectors - 태그접근(태그,id,class) (0) | 2012.04.05 |
3) jQuery 기본세팅 (0) | 2012.04.05 |
1) 오브젝트 개수보기 (0) | 2012.04.04 |