fires when data in an input was changed and the cursor is still in this input
name | string | item name |
value | string | item value |
form | object | form object |
myForm.attachEvent("onInputChange", function(name, value, form){
//your code here
});
Back to top