Ah, yes, I see that now. Works for me ;-) thx for pointing that out!
Dan G. Switzer, II wrote:
When the user has changed the value with the keyboard, it will fire the change event when it loses focus. (I think that's right..)Correct.The browsers won't fire the onchange event on a select element when you're using the keyboard until you're "finished" changing the value--which when using the keyboard is when you change focus.