vote up 0 vote down star

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.

flag

Are you talking about scrolling the viewable pane down to the location of the div? – Dominic Rodger Aug 5 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 at 11:00

1 Answer

vote up 1 vote down check

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

Demo here.

link|flag
Can the click event for both scrollTo and Show share the same ID? – konzepz Aug 5 at 10:39

Your Answer

Get an OpenID
or

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