benlenarts / Element.Type

Rapid abstraction of structure and development of behavior for MooTools
3 stars 0 forks source link

Element.Type

Abstraction layer for lazy collections of elements. You can define interface models and behavior of those models without referring to actual elements. In this way, no event plumbing is needed when part of the DOM changes.

This is particularly helpful for describing behavior of widgets and complex interfaces.

Screenshot

How to use

See the gallery demo for a basic example.