jquery-validate
JQuery Validate checkbox row highlighting
I am trying to validate multiple checkboxes with JQuery validate.When less than 2 checkboxes are selected the row should be highlighted red, this works fine on the initial submssion and the user gets[详细]
2023-04-05 08:44 分类:问答How do I toggle Jquery validation using Ignore attribute?
I have a panel which is toggled visible/invisible on clicking开发者_Go百科 a button. Say the panel has extra fields, I\'d like to turn off validation on those fields when the panel is hidden, but turn[详细]
2023-04-05 06:53 分类:问答jquery validate - valid if hidden field has a value
I need to validate a field based on the value of a hidden field. I tried this custom rule: jQuery.validator.addMethod(\"cityselected\", function() {[详细]
2023-04-05 05:38 分类:问答jQuery validation plugin odd behavior
I\'m using the jQuery validation plugin for a simple form (name, email, and phone number). Everything is working well except for the phone, which keeps a class of error despite my typing a correct pho[详细]
2023-04-05 04:57 分类:问答Why does the jQuery validate email regex allow emails ending in "."
We love jQuery validate, and really want 开发者_JAVA技巧to keep using it. However, one of it\'s most useful features is to be able to validate email addresses client-side... but the regular expressio[详细]
2023-04-05 03:52 分类:问答jQuery, custom validations, and AJAX
My question is more process based than code based, but to share (and maybe stumble upon some inconsistencies) I am using:[详细]
2023-04-05 03:02 分类:问答trying to add a new jquery validator method
I am trying to add a validator rule which will work like: When we apply this rule on an element then it should only be validated[详细]
2023-04-04 20:23 分类:问答need a Regex for validating alphanumeric with length 6 to 25 characters
i have created this regular expression for my form validation of password feild \"/^[[A-Za-z0-9]+[A-Za-z0-9, .!@#$%^&*()_]*]{3,25}$/\",[详细]
2023-04-04 11:14 分类:问答How to get last entered number using jquery
I have the text box which only accepts number and dot so that i can enter deci开发者_C百科mal number.Also i need to get last entered value from that text. I used the following piece of code using onke[详细]
2023-04-04 08:49 分类:问答Manually set unobtrusive validation error on a textbox
I\'m doing something similar to the remote validation, except that I already make my calls manually via jquery and setup whatever I had to setup.[详细]
2023-04-04 07:13 分类:问答