A beginner’s mootools – select and create elements
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 $ – [...]



