I have a large threaded comment list. When a person replies the author gets an email notification.
I'd like the email to have a link to the reply something like: http://site.com/feedback/#reply-22
the page would have something like wow nice comment
With JQUERY how can I detec the anchor, slowly scroll to the location on page load, and then once it's scrolled to the location highlight the DIV, not highlighting until the scroll is completed?
Thanks