작업실 (1) 썸네일형 리스트형 jquery.tabletree.js (function($) { // utility functions function has(arr, obj) { for ( i in arr ) if ( arr[i] === obj ) return true; return false; } function TableTree(_this, _option) { // create shortcut variables. this.$thead = $(_this).find('thead'); this.$tbody = $(_this).find('tbody'); this.data = _option.data; // extend parameterized option // with default options. $.extend(this.option, _option); this._initia.. 이전 1 다음