I have a select element with an onChange event that does fire when I click the select box and select a new value within it. But, when I tab to the select box and press the up or down arrows to change the select box's value, the event does not fire.
I am using jQuery().change(function(){ ... }); to set the event
returnin order to make a "change". – jAndy Jul 1 '11 at 17:28blurevent happens. – Niklas Jul 1 '11 at 17:29