onChange event for multiple Fields
Posted: 14 Oct 2020
Hello,
it is possible to add a onchange for multiple Controls with 1 line code?
fd.field(Field1, Field2, Field3, Field4).change(function() {
alert("Has changed");
});
Thanks in advanced
it is possible to add a onchange for multiple Controls with 1 line code?
fd.field(Field1, Field2, Field3, Field4).change(function() {
alert("Has changed");
});
Thanks in advanced