Hi all,
I have a form with javascript's event.
Actually, I have an alert popup message when the user wrote in the field 12.
And this is working!
Now, I want to change this "keyup" even to something else (example : "focus")
This is doesn't work with :
focus, onfocus, blur, onblur
This is working with :
click, keyup, ready, change.