검색결과 리스트
글
$('.skueng-table tr').find('td:eq(0)').remove(); 첫번째 td 없애기
$('.skueng-table tr').find('td:eq(1)').remove(); 두번째 td 없애기
$('.skueng-table tr').find('td:eq(2)').remove(); 세번쨰 td없애기
$('.skueng-table tr').find('td:eq(0)').css('background-color', '#efefef'); 첫번쨰 td 배경색 먹이기
$('.skueng-table tr').find('td:eq(0)').fadeOut(3000); 첫번째 td fadeout 먹이기
먼지 모르겠지만 나중에 연구해야..
[js를 이용한 table colgroup 관리]-----------------------------------------------------------
$('.skueng-table tbody tr').find('td:first').replaceWith(function(){return '<th>'+$(this).text()+'</th>';}); 먼지 모르겠지만 나중에 연구해야..
'학과사이트' 카테고리의 다른 글
학과사이트 cufon.js PART 1 (0) | 2011.11.09 |
---|---|
Progress (0) | 2011.11.08 |
VOB 파일변환 방법 (0) | 2011.10.14 |
이미지 쓰나미 (0) | 2011.10.07 |
acdsee_image 관리 (0) | 2011.10.04 |