I need to convert a site from ModX to Drupal. I adapted a javascript technique that I found for the site and am not sure how to replicate it with jquery. The theme has been ported completely except for this javascript feature. I'd appreciate any tips on how to replicate it with jquery. You can see it in action here:

http://gatewayyoga.com/ - click on 'Contact' and the site slides down to reveal the contact form.

thanks,

Arp

Comments

Wim Leers’s picture

Try the slideDown/slideUp (or perhaps slideToggle) effects, these are included in jQuery by default (i.e. don't require jQuery plugins).