hjg
2024-01-20 4a3404efc438b16044fd9170814e6545a3f86fae
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);