jquery-validate
MVC3 Validation - Require One From Group
Given the following viewmodel: public class SomeViewModel { public bool IsA { get; set; } public bool IsB { get; set; }[详细]
2023-04-01 20:15 分类:问答how to use conditional validation in jquery validater plugin to my form
when i select a type from a drop down box the form fields are changing . changing means hiding or showing , so according to the drop-down value the form fields are hiding and showing , i need to add[详细]
2023-04-01 12:57 分类:问答how to placer asterisks by required field plus jquery validation
I am wondering how I would place an asterisk by a r开发者_运维百科equired field and also have the jquery validation message also there.I am a complete noob at jquery so I am kind of confused about how[详细]
2023-04-01 07:56 分类:问答Jquery only Few special character validation
How can I validate all textbox on page with mentioned开发者_StackOverflow special characters on key up event using jquery.[详细]
2023-04-01 06:34 分类:问答jQuery validation plugin using several 'div's
I am using a fantastic jQuery validation plugin. It is working well with a single form, but if I use divs into this form, it does not work (at least it works only for the first div).[详细]
2023-04-01 02:59 分类:问答JQuery Validate Mutli Select
I have following HTML and I am using JQuery Validation plugin. I want it so that if user selects first option \"Select\" it should not allow to post form.But its not working anyone knows why ? Its wor[详细]
2023-04-01 02:28 分类:问答jquery validation plugin, how can i validate a field but not have it required
I am using jquery validation plugin for clientside validation of a form. I have a field StandardPrice which is required and needs to be a number. The validation code below works perfect.[详细]
2023-03-31 18:53 分类:问答Jquery Validation has a serious bug on numeric fields where the first character is a decimal
i am using asp.net-mvc3 helpers and the jquery validation开发者_JS百科 plugin (what comes out of the box when you use the templates (Create, Edit, etc . .) and i have a field called MiniPrice that is[详细]
2023-03-31 09:56 分类:问答Display errors in tooltips jquery plugin based on asp.net mvc validation attributes
I want to display jquery errors in tooltips like in this image: there is some jquery plugins around which could do that:[详细]
2023-03-31 08:12 分类:问答Jquery Validation and MVC2 dumb question
I am trying to do some basic Jquery Validation in my MVC2 project and I keep getting this error... Microsoft JScript runtime error: Object doesn\'t support property or method \'validate\'[详细]
2023-03-30 22:15 分类:问答