Mootools with touch events
I am so used with MooTools as I started to forgot the basic javascript, and more, I started to dislike a lot to write code in pure js. But MooTools lacks the touch events ipod and iphone has. So I wrote a small code that adds the touchevents – well, touch, gesture, animation and transform – to the Element class.
This will only help you to add and remove the touch events the MooTools way, you still need to use e.preventDefault() as e.stop() is not working, and to detect touches by yourself. But at least you can use addEvent and removeEvent.
I am sure it can be improved, so If you have any ideas, just let me know.
Oh, yes, the code is here: mootouch.js



