http://www.bulgaria-web-developers.com/projects/javascript/selectbox/
Is there any “keypress” event, so that user can jump to particular option? like we have country field and user wants to move to UK, then he need to scroll for finding UK in the list.
based on The Suresh Atta solution I’ve created the following jquery extension to implement a solution
This extension uses a method named toLowerI that is a string prototype:
To use it, instead of calling .selectbox() call .KeyUpSelectBox()