client-side-validation
Rails 3: client_side_validations gem and devise password validations
I\'ve got the client_side_validations gem working really great on my forms. I\'m using Devise for my users model and when I go to the edit_user_registration form, validations are thrown up for everyth[详细]
2023-03-06 07:13 分类:问答ASP.NET MVC and partial client side validation
I have huge form that I\'d like to split in different steps, but I need to validate the fields in the current step before go to the next step.[详细]
2023-03-05 22:26 分类:问答Dynamic controls with mvc client validation
I have an MVC 2 app and I am using client side validation.The form has a portion of it where the fields are built dynamically from the database.I want to also allow client side validation for any fiel[详细]
2023-03-05 15:51 分类:问答How to add custom form validation using Jquery Validation Plugin for multiselect input?
I need to create a custom jquery form validation using Jquery Validation Plugin where the multiselect option has following kind of values:[详细]
2023-03-01 16:07 分类:问答Client-side validation for custom ValidationAttribute with AttributeTargets.Class
Is it possible to implement client-site validation for custom ValidationAttribute, which is used in Class scope? For example my MaxLengthGlobal, which should assure global max limit for all input fiel[详细]
2023-03-01 13:34 分类:问答Require validation only if the field is visible
I am using the [Required] attribute for开发者_开发问答 the client-side validation in ASP.NET MVC 3.[详细]
2023-02-27 17:04 分类:问答Disable client side validation for some fields in ASP.NET MVC
How can I conditionally disable client-side validation of some fields ? Here is the example of what I need to do:[详细]
2023-02-17 21:59 分类:问答IValidatableObject in MVC3 - client side validation
With MVC3 you have two new mechanisms for adding custom validation. These are (1) subclass ValidationAttribute or (2) implement IValidatableObject.[详细]
2023-02-05 13:03 分类:问答How to trigger ASP.NET client-side validations without submit?
I have a website in ASP.NET (WebForms, NOT MVC) which has a survey form divided in several slides. Each slide has a next button that, obviously does a transition (client-side, not post back or remote[详细]
2023-02-04 23:20 分类:问答How do you ignore hidden page elements when validating using jquery.validationEngine.js?
I have a div who\'s style defaults to \"display: none\" until a previous field has been filled out, and it contains a drop down list that requires a selection.[详细]
2023-01-25 16:01 分类:问答