Hacker News new | ask | show | jobs
by fistofjohnwayne 4713 days ago
If you're using the jQuery Rails validations I believe you'll have to set the input's "changed" data to true before it'll run the validations again. Something like $(".my-input").data("changed", true);

If not, then good luck :D