logo-mootoolsMootools is a javascript framework that adds more functionality to your website on a easy way. The Mootools core team says:

MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer. It allows you to write powerful, flexible, and cross-browser code with its elegant, well documented, and coherent API.


The script language ‘javascript’ is browser based. This means that the scripts are executed by the program that you’re using for surfing on the internet. This program is called ‘the browser’. Some browsers handles the scripts differently. So you’ve got your script running in your favourite browser but when your friends look at the website some errors occures and the website isn’t shown as it should be. When you write plain, ‘old fashion’ javascript you can have this much trouble. When you use a javascript framework like Mootools this is more easy to debug and avoid this kind of problems.

Get started with Mootools

Go to mootools.net/download to download the mootools core.

Select elements

Add events

Transitions

AJAX

Links

  • Mootools documentation

Related Posts

Leave a Comment

Get your own Gravatar!
Your email will never be published!

Notify me of followup comments via e-mail

Top of Page