change event on select without multiple issue?

change event on select without multiple issue?


The change event example works great as coded
http://docs.jquery.com/Events/change
But if you remove multiple="multiple" the change event no longer
picks up when a user makes a selection with the arrow keys. Is this
WAD or a bug?
Is there an easy way to pick up changes made with the arrow key (when
the user changes focus the change is picked up but in my case that may
be too late).
Tony Primerano