Hello Guys,

I'm used to using HTML links to jump to anchor tags like this:

<a href="#codeword">Link to Jump</a>

<div id="codeword">Some Content</div>

However, I'm wondering if there is a way of doing this in addition to
a model glue event redirect. So for instance, once a user has
submitted a form, the controller processes it and the user is then
redirected to another event, perhaps to view the content they just
submitted, the view loads with a given #anchor_tag_id appended to the
url so that the browser jumps down to that given content.

Is this something anyone has done? I'm sure it can be achieved using
some jQuery magic but wasn't sure if there was something native in the
framework that'd make it easier.

Thanks guys,

Robert

-- 
Model-Glue Sites:
Home Page: http://www.model-glue.com
Documentation: http://docs.model-glue.com
Bug Tracker: http://bugs.model-glue.com
Blog: http://www.model-glue.com/blog

You received this message because you are subscribed to the Google
Groups "model-glue" 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/model-glue?hl=en

Reply via email to