I am listening to the change event of a select dropdown using jquery and the livequery plugin.
$(".myDropdown").livequery("change", function () {
});
one thing i noticed (i am using firefox) is that
The event handler doesn't fire from hitting the up and down arrows when i have the select focused (the up and down arrow DO change the entries)
Why doesn't the change event fire when i move the arrows key up and down and is there a recommendation or workaround for this?