On Jan 7, 7:37 pm, tmarin <[email protected]> wrote: > I want to execute some code when a user reaches a fragment anchor (the > # part of a link), is there any event for this?
If I understand you correctly, you can check value of `document.location.hash` on page load (or periodically poll for it, if you're interested in hash changes after page load) > > Thanks in advance > tmarin -- kangax --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
