如何删除扩展URL #Tabs | Tabs_Group_Name:Informationtab' [英] How Do I Remove Extended Url '#Tabs|Tabs_Group_Name:Informationtab'

查看:65
本文介绍了如何删除扩展URL #Tabs | Tabs_Group_Name:Informationtab'的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我使用jquery ion.tabs插件构建了我的网站。很棒的东西,但我意识到我的网址已经扩展。来自index.aspx? to index.aspx#tabs | Tabs_Group_name:informationTab?



我真的希望它保留为index.aspx吗?

任何人都可以帮助我吗?



这些是我的代码

< script src =js\Tabs\js\vendor\jquery-1.10。 2.min.js>< / script>

< script src =js\Tabs\js\ion-tabs\ion.tabs.min.js> ;< / script>

< link href =ion.tabs.css =stylesheettype =text / css/>

< ; link href =ion.tabs.skinBordered.css =stylesheettype =text / css/>

< script>

$(文件).ready(function(){

$ .ionTabs(#propertyTab);

});

< / script> ;



Hi,

I built my website with the jquery ion.tabs plugin. awesome stuff, but i realize that my URL has been extended. from index.aspx? to index.aspx#tabs|Tabs_Group_name:informationTab?

I really would like it to remain as index.aspx?
Can anyone help me out?

These are my code
<script src="js\Tabs\js\vendor\jquery-1.10.2.min.js"></script>
<script src="js\Tabs\js\ion-tabs\ion.tabs.min.js"></script>
<link href="ion.tabs.css" rel="stylesheet" type="text/css" />
<link href="ion.tabs.skinBordered.css" rel="stylesheet" type="text/css" />
<script>
$(document).ready(function () {
$.ionTabs("#propertyTab");
});
</script>





  • Property Information
  • 描述




  • Property Information
  • Description

推荐答案

(document).ready(function(){
(document).ready(function () {


.ionTabs(#propertyTab );

});

< / script>



.ionTabs("#propertyTab");
});
</script>





  • Property Information
  • 描述




  • Property Information
  • Description


这实际上很酷,这是默认行为。该URL仅为页面。当您点击某个标签页时,网址会随您更改而更改。



由于您选择了标签页,因此已更改。假设您想要一个您希望选择特定选项卡的链接。在那里,你可以给这个链接,它将加载页面并直接自动显示标签。



所以,别担心。它实际上更好。
That is actually cool, which is the default behaviour. The URL is of the page only. When you hit some tab, then url is changed as you have given.

It is changed because you selected the tab. Suppose you want to give a link where you want that a particular tab gets selected. There, you can give this link, which will load the page and automatically show the tab directly.

So, don't worry. It is actually better.


这篇关于如何删除扩展URL #Tabs | Tabs_Group_Name:Informationtab'的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆