HistoryManager was created for tracking various application/website states that do not actually take the user away from the current page.It is perfect for using with single-page apps and one-page websites where all the content is contained in one single...

read more

MooTreeAcordion transforms nested list structures into easy to navigate hierarchical trees.There are JavaScript events to track when an option has been opened or closed, or when a branch (multiple nested options) are expanded and collapsed.These can be...

Fx.Rotate

Fx.Rotate 0.3.1

Fx.Rotate uses MooTools' animation support and rotates an object using a matrix position calculator.Because it's only JavaScript code, the rotation can be applied even in older browsers like IE5 (we doubt anybody might still be using it anyway).This...

read more
Events

Events 1.3.1

JavaScript events are exactly what the name says. Actions that can take place in the browser and are recognized by the JS engine.These events can be utilized to add extra interactions between the user and the page's code when they happen.The difference...