Hi guys,
A DOM-related question here, hope it's the right group..
Upon entering a page, i get an onload() event which I'm a happy taker of.
Now, if within the same page, the user travels to an anchor (i.e. a link
with href="#somethin g"), is there any way for me to capture this? I'm
trying to use anchors for hiding/expanding various articles on my site, so
that i get nice dynamic behaviour, but still a matching address bar and
working browser history.. is this possible?
Thanks,
-egbert
A DOM-related question here, hope it's the right group..
Upon entering a page, i get an onload() event which I'm a happy taker of.
Now, if within the same page, the user travels to an anchor (i.e. a link
with href="#somethin g"), is there any way for me to capture this? I'm
trying to use anchors for hiding/expanding various articles on my site, so
that i get nice dynamic behaviour, but still a matching address bar and
working browser history.. is this possible?
Thanks,
-egbert
Comment