It seems that MooTools team just released the stable 1.2 version of the popular framework Mootools. Great job and a big step forward !! My only concern is what it’s going to happen with 1.11 as the website for the moment is working in a reduced form, docs & download being available only – but as they [...]
The today’s tutorial will try to explain how to make an element draggable or resizable – or even both in the same time, using the MooTools framework.
To accomplish this we’ll make use of two functions existent in MooTools: makeDraggable() and makeResizable().
In this tutorial we will learn how to select elements – or better said how to access an element from page, and how to create new elements in page using Mootools.
How to add events to elements in a webpage using MooTools – a simple tutorial.