I have created 3 tabs in my home.jsp.
我想要的是点击它加载另一个jsp的标签(它也有脚本)。我用过
title: 'Home'
autoLoad: {
url: 'UserProfile',
script:true
}
}
此代码。但它只是简单的文字。脚本部分未加载。如何正确加载脚本?
答案 0 :(得分:0)
试试这个
tabObj.update(responseText)
responseText: call a ajax call to "UserProfile"
答案 1 :(得分:0)
title: 'Home'
autoLoad: {
url: 'UserProfile.jsp',
scripts:true
}
}
它的"脚本"而不是"脚本"