I\'m using MVC3 with unobtrusive validation. I have a field that the user is expected to fill with some data and then press a \"search\" button. If search has never been pressed
I had a similar problem, and I used this code to change defaults, in MVC 4:
@Scripts.Render("~/bundles/jqueryval")
Source: JQuery validate