Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 FireFoxchange事件在事件之后触发kepress,您可以使用keyup代替keypress:
change
kepress
keyup
keypress
select.keyup(function () { log.append(this.value + "<br>"); });
http://jsbin.com/ezalav/3