It seems that MooTools team just released the stable 1.2 version of popular framework mootools. Great job, and a big step forward.My only concern is what is 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 said “At least you can download, right?” :) Again, congratulations! […]
Posted on June 10th, 2008 by admin
Filed under: Javascript, MooTools | No Comments »
The today 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().
This is very simple.We simply select the element we want to be resizable […]
Posted on June 9th, 2008 by admin
Filed under: Javascript, MooTools, Tutorials | 6 Comments »
In previous tutorial we learned how to add events to elements in webpage. In this one 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.
In mootools we have two functions that select an element:
function $ - […]
Posted on April 5th, 2008 by admin
Filed under: Javascript, MooTools, Tutorials | No Comments »