Administrator
2022-12-12 5aa407dd55a0a8f37774308743bb0a593bd8da3c
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);