JS Anchor
JS Anchor
Out of context: Reply #5
- Started
- Last post
- 5 Responses
- seed0
I have a function that is called to expand a section and I wanted to make that section go to the top.
To jump to the anchor I used:
window.location.hash="#sect_thre...
inside the function.Unfortunately, I just realized that so far it is not working in IE.