CodeBetter.Com
CodeBetter.Com
RSS 2.0 via Feedburner
           Do you Twitter? Follow us @CodeBetter

Ben Reichelt's Weblog


Firing javascript events when textbox changes



Comments

Joshua Flanagan said:

If I remember correctly, OnKeyUp does not fire if you paste text into the textbox (Right-click, Paste). Just something to keep in mind if you must know every time the text changes.
# March 2, 2006 1:40 PM

breichelt said:

Good call Joshua, to cover that case you would want to put some code into the OnChange event then, or perhaps a mouse event.
# March 2, 2006 2:38 PM
Check out Devlicio.us!