IT/jquery_javascript

jquery 테이블 높이 구하기. Table height 구하기.

당양부부34 2014. 7. 31. 10:54

jQuery(document).ready(function() { 

    var tableHeight = jQuery("table").height(); 

    alert(tableHeight); 

}); 







$("table tr:eq(0)").height(); // 첫번째 높이 가져오기 
$("table tr:eq(0)").height("높이") //첫번째 높이 설정