展开全部
url中加参数
比如“http://zhidao.baidu.com/question/1637702747773041140.html?push=keyword”,
听你的意思,是不会动态改变其url是吧?
下面是我copy手册中的内容:
update
param
更新特定的选项卡面板,param参数包含2个属性:
tab: 将被更新的选项卡。
options:
选项卡相关配置项。
Code example: // update the selected panel with new title and content
var tab = $('#tt').tabs('getSelected'); // get selected panel
$('#tt').tabs('update', {
tab: tab,
options: {
title: 'New Title',
href: 'get_content.php' // the new content URL
}
});
比如“http://zhidao.baidu.com/question/1637702747773041140.html?push=keyword”,
听你的意思,是不会动态改变其url是吧?
下面是我copy手册中的内容:
update
param
更新特定的选项卡面板,param参数包含2个属性:
tab: 将被更新的选项卡。
options:
选项卡相关配置项。
Code example: // update the selected panel with new title and content
var tab = $('#tt').tabs('getSelected'); // get selected panel
$('#tt').tabs('update', {
tab: tab,
options: {
title: 'New Title',
href: 'get_content.php' // the new content URL
}
});
追问
不是改变选项卡的URL,我想通过url传递一个参数到选项卡的页面文件中,
我用了这句:图书查看,
希望能传递参数,怎么解决
追答
function addTab(param,url) {
//假设要传递的参数param为图书的id
url = url+'?id='+param;
$('#tt').tabs('add',{
title: '图书查看',
href:url
});
}
多看手册和demo啊...
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询