Hello guys I'd like to change *$('map_bg').addEvent('mousedown', function(ev) { ... });* to have its context as the element $('map_bg'). The goal is so that I can access ev.client.x / ev.client.y, i.e. get the click position relative to this element.
http://mootools.net/docs/core/Types/DOMEvent let's me think that there is a way to change the context, but I couldn't figure it out yet... Thanks in advance for your help!