If you’re making a form with today’s standards you often have to make several select elements with the options of the next select elements referring to the previous one. It’s a simple task to create a small Mootool which do it for you but it’s always a time consuming process, especially if you’ll have a lot of select boxes. I thought that if I have use this functionality more than once a class would be helpful.
This class links the select boxes to each other. When you change the first select element the options for the following select boxes are loaded. Simple as that.
View example Download file Download Zip
Continue Reading »
For a new application I’m working on I’ve searched the internet for a javascript based eyedropper tool. Fortunately I only found some Java based applications and I’m not a big fan of those.
So I decided to write my own Eyedropper. Test it and install it on your own website! You can tweak some events so it has more functionality.
There is also a Zip file available with a working example. Just upload the files to your folder on your webspace and navigate to it!
Example Download Class Download Zip
Continue Reading »
I’ve created another Mootools class! This one animates the appearance of images or elements. Do I need to say more? Words are not enough, check out the demo!
View example Download file
I even added a onComplete function which you can customize yourself!
Continue Reading »