}function openItem(itemIndex, tab){if(typeof(itemIndex) == undefined){var itemIndex = menu[currTab][default];}var id= it
}function openItem(itemIndex, tab){
if(typeof(itemIndex) == 'undefined'){var itemIndex = menu[currTab]['default'];}var id= '#item_' + itemIndex;if(tab){var parent = tab;}else{var parent= $(id).attr('parent');}/* 若不在当前选项卡内 */if(parent != currTab){/* 切换到指定选项卡 */switchTab(parent);}/* 高亮当前项 */$('#submenu').find('a').each(function(){$(this).removeClass('selected');});$(id).addClass('selected');/* 更新iframe的内容 */$('#workspace').show();$('#workspace').attr('src', $(id).attr('url'));/* 将该操作加入到历史访问当中 */addHistoryItem(currTab, itemIndex);登录后复制
}/ 设置工作区 /function setWorkspace(){
var wWidth = $(window).width();var wHeight = $(window).height();$('#workspace').width(wWidth - $('#left').width() - parseInt($('#left').css('margin-right')));$('#workspace').height(wHeight - $('#head').height());登录后复制
}
这是相关的 HTML dom:
菜鸟下载发布此文仅为传递信息,不代表菜鸟下载认同其观点或证实其描述。
版权投诉请发邮件到 cn486com#outlook.com (把#改成@),我们会尽快处理
Copyright © 2019-2020 菜鸟下载(www.cn486.com).All Reserved | 备案号:湘ICP备2022003375号-1
本站资源均收集整理于互联网,其著作权归原作者所有,如有侵犯你的版权,请来信告知,我们将及时下架删除相应资源