I have a rails application that uses $('form').submit(), however if it fails the validation once and then it is clicked again it completely ignores the validations and generates a routing error. Now, If I use the regular button it does not do this unless the JQuery submit exists with it. Why do you think that is?
Update: JQuery finds the form values looking for anything within the <form> tags.