html5 - Navigating to page fragment with Javascript -


clicking <a href="#location" /> link navigates element id = location, correct? there way navigate element id = location in similar fashion clicking link using javascript? know can find link , simulate click on javascript, i'm curious there way it.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -