mooPrompt
Introduction
This is a JavaScript file that, through the use of mootools, allows easy generation of user prompts. The prompts are quite customisable and have multiple animations available.
Status
I abandoned this project a while ago now and it has not been updated or tested with newer versions of mootools. Feel free to take from this code what you might need or if you actually want to take over it feel free to volunteer.
Demos
http://demo.slajax.com/prompts/


Found something extremely useful and want to thank me with more than just words?
Thank you
Bad position on Opera 10.61
Hi. Where can I download the latest version compatible with mootools 1.2.4 ?
Hi Gruz, unfortunately there is no official 1.2.4 compatible version. I’ve stopped maintaining this code quite a while ago. If you’re feeling brave you could try getting it up to date yourself. The code is freely available on github, making forks very easy https://github.com/misterdai/mooPrompt
Hi.
Your MooPrompt is used inside Virtuemart for joomla.
To make it compatibel with Joomla’s 1.5.20+ mootools 1.2.4 I had to modify only one thing:
/*##my#2010-12-11 03:21:08 { Fix mooPrompt to be used with latest Mootools
//It was:
Object.extend(this.options, options || {});
//It became: */
$extend(this.options, options || {});
/*##my#2010-12-11 03:21:08 } */
Everything else seem to work ok.