up vote 1 down vote favorite
share [g+] share [fb]

In jQuery: I'd like to create an link to on click shows a hidden div (got that working by now) but also slides to it with a smooth-scroll effect. How do I combine the two?

Thanks so much.

link|improve this question

78% accept rate
Are you talking about scrolling the viewable pane down to the location of the div? – Dominic Rodger Aug 5 '09 at 7:59
I'm not sure I understood what you meant: I'm talking about a click event that would trigger the following: 1) SHOW a hidden div 2) SCROLL to an #anchor on the top of that div – konzepz Aug 5 '09 at 11:00
feedback

1 Answer

up vote 3 down vote accepted

You can use the scrollTo plugin to give smooth scoll effects.

Demo here.

link|improve this answer
Can the click event for both scrollTo and Show share the same ID? – konzepz Aug 5 '09 at 10:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.