javascript input onchange not working
Posted
by Fernando SBS
on Stack Overflow
See other posts from Stack Overflow
or by Fernando SBS
Published on 2010-05-22T21:35:12Z
Indexed on
2010/05/22
21:40 UTC
Read the original article
Hit count: 241
why this doesn´t work:
inputButton.addEventListener('onchange', jsFunction, false);
I change the inputbox and it doesn´t call jsFunction.
© Stack Overflow or respective owner