Y
Hacker News
new
|
ask
|
show
|
jobs
by
gabrielsroka
1262 days ago
You should be able to change
e.addEventListener("keyup"...
to
e.onkeyup=...
but I haven't tested it.
1 comments
lbatchelor
1261 days ago
Ooh! Don't know how I missed that, I'll give it a go! Cheers!
link