fanren 发表于 2017-11-22 14:41:51

Cannot read property 'nodeName' of undefined

js 出现Cannot read property 'nodeName' of undefined错误.


if ($('#maintabs').tabs('exists', title)){
                  $('#maintabs').tabs('close', title);
                }
执行这一行出错.
页: [1]
查看完整版本: Cannot read property 'nodeName' of undefined