Go to #div box JavaScript
问题 Maybe jQuery, maybe not, but how do i do so like when you click on a link eg. FAQ it goes to the FAQ div box? I mean if its on the bottom then you just click on that link and then it goes to it.. Wikipedia have it.. http://en.wikipedia.org/wiki/USA The links in the "Contents".. when you click you get to it.. 回答1: That's not Javascript, those are anchor links. See: http://www.w3.org/TR/html401/struct/links.html Basically, you'd link as such: <a href="#FAQ">FAQ</a> Then above the content you're