events
Testing Events in MooTools Classes
I was adding some much needed events to my GoodCarousel plugin for MooTools recently. I added what I thought others might need, startUp, beforeSlide, afterSlide, end, startOver, mouseEnter, mouseLeave But since I’m lazy, I didn’t want to explicitly write a function for each of those events and then put them in options argument. I’m just [...]