9 个解决方案
#1
document.getElementById("one"+参数id).style.display="block";
实现方法多样..
实现方法多样..
#2
index.html
<a href='1.html?id=3' target='_blank'>3</a>
js
var config;
$('a').click(function() {
config = $(this).css('href').substring($(this).css('href').indexof('id=')+1)
});
1.html
获得config
<a href='1.html?id=3' target='_blank'>3</a>
js
var config;
$('a').click(function() {
config = $(this).css('href').substring($(this).css('href').indexof('id=')+1)
});
1.html
获得config
#3
虽然你们给的答案我之前都试过了,无效的,但是还是感谢,回帖速度挺快,精神可嘉,每人十分吧,我已经弄好了,再次感谢
#4
#5
请问lz是怎么解决的
我也遇到这个问题了
我也遇到这个问题了
#6
lz怎么解决的。我现在也遇到了这样的问题。想在页面跳转时跳转到指定的选项卡。
#7
楼主,能不能把你解决的方法贴一下?急啊!!
#8
怎么解决,现在我也遇到了
#9
一个页面A,跳转到B页面有个tab选项卡,有2页,而且跳转到的是第二页,求解
楼主,能不能把你解决的方法贴一下?急啊!!
楼主,能不能把你解决的方法贴一下?急啊!!
#1
document.getElementById("one"+参数id).style.display="block";
实现方法多样..
实现方法多样..
#2
index.html
<a href='1.html?id=3' target='_blank'>3</a>
js
var config;
$('a').click(function() {
config = $(this).css('href').substring($(this).css('href').indexof('id=')+1)
});
1.html
获得config
<a href='1.html?id=3' target='_blank'>3</a>
js
var config;
$('a').click(function() {
config = $(this).css('href').substring($(this).css('href').indexof('id=')+1)
});
1.html
获得config
#3
虽然你们给的答案我之前都试过了,无效的,但是还是感谢,回帖速度挺快,精神可嘉,每人十分吧,我已经弄好了,再次感谢
#4
#5
请问lz是怎么解决的
我也遇到这个问题了
我也遇到这个问题了
#6
lz怎么解决的。我现在也遇到了这样的问题。想在页面跳转时跳转到指定的选项卡。
#7
楼主,能不能把你解决的方法贴一下?急啊!!
#8
怎么解决,现在我也遇到了
#9
一个页面A,跳转到B页面有个tab选项卡,有2页,而且跳转到的是第二页,求解
楼主,能不能把你解决的方法贴一下?急啊!!
楼主,能不能把你解决的方法贴一下?急啊!!