Hello,
I would like to fire an event when a select box is updated,
I've tried with change() but this function only work when the user use his mouse to select an option in the selec box.
So when I choose option using his keyboard (arrow or first letter of the option element) nothing happen =/
A solution was to use keydown() but as long as an$ option is not really selected I can't get the current value (the focused option element)
Does anyone know how to solve this ?