unobtrusive-validation
How to detect that unobtrusive validation has been successful?
I have this code that 开发者_如何学Ctriggers when a form is submitted: $(\"form\").submit(function (e) {[详细]
2023-04-12 18:20 分类:问答jQuery unobtrusive validation to validate part of a form
We have a ASP.NET MVC 3 application that uses unobtrusive jQuery validation. The page allows to add children objects to the model in the same go. The <form> contains a grid for the children, and[详细]
2023-04-12 13:21 分类:问答ASP.Net MVC 3 ViewModel, unobtrusive JavaScript and custom validation
I\'m trying to write a custom validation method in my app - I have it working server side, but I\'m trying to extend that so that it also implements in the unobtrusive javascript client side validatio[详细]
2023-04-12 13:16 分类:问答head js + jquery.validate.unobtrusive + custom validators
I\'m using head.js (http://headjs.com) to do async loading of my javascripts. I have problem with jquery.validate.unobtrusive and custom validators[详细]
2023-04-12 05:02 分类:问答MVC3 Prep inputs after validation but before submission?
I have a form that has a section with a dynamic number of inputs, depending on the options the user has chosen.When the configuration posts back to the server, I want to concatenate the different valu[详细]
2023-04-11 19:02 分类:问答MVC3 Required validation, choose value for empty
I have a hidden field which is bound to a int Id in the model, it h开发者_StackOverflow社区as a required attribute and some fancy ajax code to set the id client side, the problem is that zero should b[详细]
2023-04-11 17:33 分类:问答MVC 3 client side validation on textbox list
If I allow the user to add text boxes to a view how can I still have my model validation work correctly? I want to be able to send back an array of FanId\'s to check (which I have done successfully).[详细]
2023-04-11 12:26 分类:问答ASP.net MVC Validation Hook
I have the following view in ASP.net MVC 3: @model Models.CreateProjectViewModel <script type=\"text/javascript\" src=\"@Url.Content(\"~/Scripts/jquery.validate.min.js\")\"></script>[详细]
2023-04-10 21:28 分类:问答ASP.net MVC 3 Unobtrusive Client Validations in JQuery Modal Pop up Issue
When I tried to implement ASP.net MVC 3 Unobtrusive Client Validations in the application, the rendered html didn\'t generate the span tags which are generated by JQuery.[详细]
2023-04-09 18:45 分类:问答Jquery Unobtrusive validation lost after implementing onSubmit event
I\'m using ASP.NET MVC. My validation works well until I attached an event to the form\'s onSubmit event.[详细]
2023-04-08 11:08 分类:问答