hjg
2023-10-08 a966b5abe5fb804464fe1cd09053a03fe94877fd
1
2
3
4
5
6
7
(function($,window){
    jQuery.fn.treetable=function(options){
        var $owner=this,
            settings={head:'',data:'',url:'',collapse:true};
            //todo:...    
    }
})(jQuery,window);