Administrator
2023-02-15 ffffbd25e21205601cb9ae60e93ebb2e31b9607e
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);