easy ui 通过按钮打开tabs 总是报错 Cannot read property 'nodeType' of undefined
打开tabs的方法varsrc=system.contextPath+'/imotor/company/childerList?id='+id;vartab=$('#lo...
打开tabs的方法
var src = system.contextPath + '/imotor/company/childerList?id='+ id;
var tab = $('#look');
var opts = {
title : '查看子单位',
closable : true,
content : system.formatString('<iframe src="{0}" allowTransparency="true" style="border:0;" frameBorder="0"></iframe>', src),
border : false,
fit : true
};
if (tab.tabs('exists', opts.title)) {
tab.tabs('select', opts.title);
} else {
tab.tabs('add', opts);
} 展开
var src = system.contextPath + '/imotor/company/childerList?id='+ id;
var tab = $('#look');
var opts = {
title : '查看子单位',
closable : true,
content : system.formatString('<iframe src="{0}" allowTransparency="true" style="border:0;" frameBorder="0"></iframe>', src),
border : false,
fit : true
};
if (tab.tabs('exists', opts.title)) {
tab.tabs('select', opts.title);
} else {
tab.tabs('add', opts);
} 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询