onezeronull.com
Dropdown must use both onChange and onKeyPress events
Bear in mind that when writing JavaScript / jQuery code for handling user changes made to dropdown boxes, you must program your website reaction not only to onChange but also to onKeyPress events. …