Given the following viewmodel: public class SomeViewModel { public bool IsA { get; set; } public bool IsB { get; set; }
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
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
How can I validate all textbox on page with mentioned开发者_StackOverflow special characters on key up event using jquery.
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).
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
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.
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
I want to display jquery errors in tooltips like in this image: there is some jquery plugins around which could do that:
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\'