Example Page for: Adding Events to Adding Events in MooTools. Click here to view more demos!

Adding Events to Adding Events in MooTools Example

Mouseover the element below to see an element get assigned the "pointer" cursor by MooTools simply because we added a click event to it! Oh, and just for fun, the element below will change background colors when you click it.

This element has no cursor set via CSS, but since I added a click event using MooTools javascript, the pointer cursor is automatically added. Sweet!
<< Back to: Adding Events to Adding Events in MooTools