I wanted to use onChange with some checkboxes. However, the function is only
called when the focus is shifted to the next field.
Instead I would like my function to be called as soon as the user changes
the checkbox. Is that possible?
Thanks,
Wim
called when the focus is shifted to the next field.
Instead I would like my function to be called as soon as the user changes
the checkbox. Is that possible?
Thanks,
Wim
Comment