|
3 |
Rollback to Revision 1
|
||
|
2 |
edited tags
|
||
|
1 |
|
||
Javascript Events: Getting notified of changes in an <input> control valueI have the following problem: I have an HTML textbox ( I want to be notified in my script every time the value of that textbox changes, so I can react to it. I've tried this:
which (predictably) doesn't work. It only gets executed if I myself change the textbox value with the keyboard and then move the focus elsewhere, but it doesn't get executed if the script changes the value. Is there another event I can listen to, that i'm not aware of? I'm using the Prototype library, and in case it's relevant, the external component modifying the textbox value is Basic Date Picker (www.basicdatepicker.com)
|
||||
