Change event on <select>
- by adivasile
If i attach a change event listener on a<select> how do i acces the option that was selected (not just the value, the actual element).
$('select').addEvent('change',function(event) {
//??
});
Note: i'm using Mootools