I looking a long time already for an event which fires when the content of a (text)field changes.
Example 1:
I have a USB-barcode-handscanner, the focus is on the barcode field in the form
When I scan the barcode, the characters in the barcode comes in the field.
So far so good. But after that there should fire automatic a method to process the content of the barcodefield.
I have to push TAB now (in combination with an ajax event) but I want to fire in automatic with not having pushing the TAB.
Example 2:
I have a text field with the focus. What I want is, that in the moment I type a special karakter an event fires.
Also here without leaving the textfield.
Would be nice…
Regards Bert