table 이 두개 이상 있을 경우 thead tr:first 가 무조껀 소스 상단의 노드만 접근이 된다. jQuery버그인건지... 원래 그런건지.. 확실치 않다.
//$this.children("thead tr:first").attr("style", "position:relative; top:expression(this.offsetParent.scrollTop)");

// 버그로 인한 커스트 마이징..(단 ID사용일때만 가능) 2010-10-07 by ddakker
$this.children("thead").find("tr:first").attr("style", "position:relative; top:expression(this.offsetParent.scrollTop)");


jquery.tablescroll.js

jquery.tablesorter.js

+ Recent posts