add event if jQuery.fn.form.settings.rules.myfield is true

univer 20 Sep, 2018
Hi,
i use jQuery.fn.form.settings.rules.myfunction. I want add event if return is true. How to??
yhanks
healyhatman 21 Sep, 2018
So if myfunction() is true, you want to do something. Right? What is the something you're trying to do?
univer 21 Sep, 2018
Set input style with green border if function return true, but I would like to intercept the output from the function that is true or false.
healyhatman 21 Sep, 2018
You can just set the input style IN the function, and I don't know what you mean by "intercept the output"
This topic is locked and no more replies can be posted.