使用jquery插件,主要實現當視窗改變時jqgird表格也隨著改變大小 html: table> JS: $(function(){$(window).resize(function(){ $("#list").setGridWidth($(window).width()); }); });