Top "Unobtrusive" questions

ASP.NET MVC - How to prevent double click submit with jquery.validate.unobtrusive lib?

I need to avoid the double click submitting behavior. I'm using the client validation with the unobtrusive library. I have …

asp.net-mvc-3 double-submit-prevention unobtrusive
jQuery.validator.unobtrusive.adapters.addMinMax round trips, doesn't work in MVC3

I am creating a day range validator using DataAnnotations, jQuery.validate and jquery.validate.unobtrusive. I've already read the following: …

asp.net-mvc-3 jquery-validate unobtrusive
How to prevent jQuery onload flicker unobtrusively?

I'm using jQuery UI Tabs. How should I prevent the flicker of loading content while also making sure that the …

jquery tabs load flicker unobtrusive