Hi,
i use jQuery.fn.form.settings.rules.myfunction. I want add event if return is true. How to??
yhanks
i use jQuery.fn.form.settings.rules.myfunction. I want add event if return is true. How to??
yhanks
So if myfunction() is true, you want to do something. Right? What is the something you're trying to do?
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.
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.