JQuery Accordion - bottom-up in stead of top-down

Posted by Tim Geerts on Stack Overflow See other posts from Stack Overflow or by Tim Geerts
Published on 2009-11-30T13:18:41Z Indexed on 2010/05/31 17:43 UTC
Read the original article Hit count: 207

Filed under:
|
|
|
|

Hi there, I have a question about the accordion plugin for jQuery. Basically, I've got it to work on my site nicely, there's just one thing that I'd have liked it to do and that is bottom-up opening in stead of top-down.

What I mean by that is that my 3 buttons just stand in the vertical menu (div) in the bottom. And when you click it, they'll slide open but upwards, not downwards. Is there a way to achieve this easily? I've gone through the documentation, but can't find any native support for it, so I was wondering if it was possible to do it in the javascript of the plugin itself.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery