I was trying to make a div jump from FAQ to a div id and could success easily, but since I have a fixed link to ju
FAQ
div
As long as your anchor has an ID you can link to a location in your view by clicking the div you will just need some javascript.
Setting the window.location.hash value will put the focus of the view on the selected ID.
window.location.hash
Sample
Test JSFiddle Example 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
JSFiddle Example