views:

93

answers:

1

Hi!

I need a plugin for mootools like this.

It's just a simple button which, when clicked, opens up a hidden portion of a div with an animation. When the page is loaded it closes to a point (truncating to some x characters) in the same div. If you take a look at the link, you'll understand...

But I need it for mootools, not jQuery. :(

Thanks. :)

+1  A: 

The best place to look at is the official Mootools plugin repository but it doesn't look like there is a Mootools equivalent.

Converting the jQuery plugin to Mootools may not be that difficult, at least porting the minimal features you want to use.

Good luck.


EDIT: see this expander experiment

Gregory Pakosz