I have created 3 tabs in my home.jsp.
我想要的是单击它加载另一个jsp的选项卡(它也有脚本)。我用过
title: 'Home'
autoLoad: {
url: 'UserProfile',
script:true
}
}
这段代码。但它只包含简单的文本。脚本部分未加载。如何正确加载脚本?
I have created 3 tabs in my home.jsp.
我想要的是单击它加载另一个jsp的选项卡(它也有脚本)。我用过
title: 'Home'
autoLoad: {
url: 'UserProfile',
script:true
}
}
这段代码。但它只包含简单的文本。脚本部分未加载。如何正确加载脚本?