views:

324

answers:

1

Hi does anyone know an effective jquery fix that does something like the sidebar effect on this website. I suppose its like an easing expandable effect?

http://wordpress.digitalnature.ro/mystique/

Thanks judi

+1  A: 

Take a look at jquery slideDown

espais
thankyou so much this is exactly what I'm looking for!
judi
glad to help :)
espais
Would you know if theres anyway to specify which divs it applies the effect too? It currently automates to all divs.
judi
you can specify an id for the div you want to have slide, and then call it with $("#your_id").slideDown(..)
espais