1. 程式人生 > >easyui-tabs 重新整理當前tab頁

easyui-tabs 重新整理當前tab頁



                    //當前tab
                    var current_tab = $('#div_tabs').tabs('getSelected');
                    $('#div_tabs').tabs('update', {
                        tab: current_tab,
                        options: {
                            content: '<iframe scrolling="auto" frameborder="0"  src="Views/destop/destop.html" style="width:100%;height:100%;"></iframe>'
                        }

                    });

div_tabs是easyui-tabs的ID

“Views/destop/destop.html”為當前tab訪問的路徑