As the subject states, how can I initiate actions within
modelController.$parsers(...)
without user input ... the only way I can think of is to wrap them inside a function and call it, but is there a better way to call
**
$(modelController).trigger('just got dirty');**
the reason I will need it is to force the input field to check itself when the page is submitted.
source
share