js跳到对应锚点
1,在页面添加location.hash可实现无论哪个页面跳到该页面都跳到固定位置。
<script language="javascript">
location.hash="#azhi";
</script>
<html>
<head>
</head>
<body>
<div id="azhi">
</div>
</body>
</html>
2,如果是点击跳转到本页某位置,<a href="#锚点id"></a>
3,如果是点击跳转到其它页某位置,<a href="lindex.html#锚点id"></a>
================================
<a name=
"anchor"
></a>
location.hash=
"anchor"
;
具体location 详细参数后续发表。。。
本文链接二维码可以保存在本地:保存
http://shixiangcun.cc/index.php?c=index&id=40&m=articleDetailInfo
分类 Javascript | 浏览 (4333) | 赞 (0) | 踩 (0) | | 2016-05-05 01:25:18 |
相关文章