使用来自其他页面的锚点触发javascript函数

时间:2011-04-04 13:38:35

标签: javascript triggers anchor

有没有办法通过其他网页上的<a href="javascript:switch_tabs('tab3');">锚点链接触发<a href="www.sample.com/page.html#reference" class="links">

做了像

这样的事情 if(window.location.hash =='#abstract'){ $(document).ready(function(){   switch_tabs( 'TAB1'); }); } if(window.location.hash =='#fulll'){ $(document).ready(function(){   switch_tabs( 'TAB2'); }); } if(window.location.hash =='#reference'){ $(document).ready(function(){   switch_tabs( 'TAB3'); }); }

如果有人想让它更漂亮,请成为我的客人。

由于

1 个答案:

答案 0 :(得分:0)

没有。你需要获得脚本。