jquery-validate
Using unobtrusive validation works on individual elements but not the whole form
Using Asp.Net MVC3 with unobtrusive validation. I have a form that has a few input fields. One of the fields is pretty simple:[详细]
2023-04-11 19:55 分类:问答Temporarily disable a rule using jQuery Validate
My form has several rather complex validation rules and it became necessary for me to temporarily disable a given rule only to enable it later.It seemed pointless having to remove it and then add it a[详细]
2023-04-11 19:35 分类:问答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 分类:问答what is this annotation in jquery validator plugin line 86
hi i am using jquery validator plugin , i saw annnotation like this = what does this mean , i have never seen like that ,[详细]
2023-04-11 16:06 分类:问答jquery validate - check which rule is not fulfilled
I have a form with several fields and using jQuery validation plugin. My input has several rules: { required : \"#somecheckbox:not开发者_C百科(:checked)\",[详细]
2023-04-11 04:26 分类:问答jQuery - replace contact form with 'thanks message'
I have a contact form which performs a PHP action. The contact form is connected with validation engine in jQuery. If messege is sent correctly I simply include PHP file with thanks message -require_o[详细]
2023-04-11 02:22 分类:问答Combine two regex
I\'m using jquery.validationengine.en.js to (custom )validate my form fields. For one field, I\'m using two custom validation. I don\'t want to display both the validation message for a field. It shou[详细]
2023-04-11 02:17 分类:问答jquery validation plugin error placement
I am using Jquery Validation Plugin. Here\'s my question - I have a simple fo开发者_如何学Pythonrm which is like this[详细]
2023-04-10 10:56 分类:问答How to show jquery form validation plugin errors below the form fields
I am using jQuery form validation plugin to verify the form.. It is working perfectly.. But problem is that it is showing error message next to form field in the same row.. I want to show this error m[详细]
2023-04-10 02:11 分类:问答With ASP.Net MVC3 unobtrusive validation, is it possible to activate real time validation before the form is submitted?
When using MVC3 unobtrusive validation, the user initially fills in the form without any validation occurring. After the form is submitted and validation errors occur, validation then occurs in real-t[详细]
2023-04-09 22:17 分类:问答