Tagged Questions

0
votes
2answers
67 views

Getting a Error with Jquery.Validate Plugin in IE 8

Hi I don't know what is going but my jquery validate plugin(1.5.5) is not working and I am not sure for how long since I do most of my testing on firefox. The problem is this I g …
1
vote
1answer
1k views

jQuery validate plugin clearing file input value in IE

Hi! Im currently using this jQuery validate plugin and having an issue in IE where its removing the value of file input fields whilst validating the rest of the form. This seems …
0
votes
0answers
5 views

xVal and remote validation rules with empty values

I have a textbox.. <input id="state" name="state" type="text" value="" /> And I'm trying to add a remote rule to it. <%= Html.ClientSideValidations() .AddRule("sta …
0
votes
3answers
66 views

Jquery validation: submit the form with javascript with no validation

Hi, i'm just using the JQuery validation plugin. i have the following spec: 'if the form isn't used in 10 seconds, give the user a warning, if he doesn't do anything, submit it an …
0
votes
4answers
132 views

jQuery Form Validate() : How to setup default messages?

Until now, I've used jQuery validation plugin with previously defined fields. Now I'm working with a dynamic form. Fields have their validation needs mapped by its classes (e.g. " …
0
votes
0answers
8 views

get attribute value of a selected node/element in jquery

Can somebody tell me how to get attibute value of a selected node/element in jquery. $.extend($.validator.messages,{ required: = $(element).attr('ErrorMessage');} }); I have t …
0
votes
1answer
10 views

Dependency mismatch problem with Jquery

Hi, I am pretty new to Jquery, I am using validation rule against my textbox. The problem is when i mark textbox is mandatory n user doesn't input any value then it doesn't show an …
0
votes
0answers
28 views

JQuery validation plugin - custom validation for group of html elements

I have a set of combo boxes on a HTML form which act as a Date control: <div id="datecheck"> <select id="datecheck_y" name="datecheck_y"> <option value …
0
votes
4answers
42 views

jQuery - Getting custom validation methods to trigger

If I've added a custom validation method to my form, how can I get it to trigger prior to submit? I'm not decorating my form fields but I thought that adding the new method to my …
2
votes
1answer
18 views

JQuery Validator Plugin

I have managed to implement the validator on a form, and is working fine for all my needs apart from a crucial last one. Does anyone know how I would go about (or whether it's eve …
0
votes
2answers
31 views

jQuery form field checklist

Hey there, I have a form and wish to display a checklist which will just be a list of items to show the user which sections have been completed. I want to be able to apply a css c …
0
votes
2answers
124 views

JQuery validation plugin - error highlight problem

I have a form with two input textboxes, and I have included jQuery validation rules for both: <script src="../../Scripts/jquery-validate/jquery.validate.js" type="text/javascri …
1
vote
1answer
34 views

jQuery Validation: validate atleast one checkbox is selected from a list where names are different

I need to validate that atleast one check box is selected from a list of checkboxes using jQuery Validation Plugin. Since the checkboxes are part of a ASP.NET GridView Control, the …
1
vote
5answers
669 views

jQuery Validate - require at least one field in a group to be filled

I'm using the excellent jQuery Validate Plugin to validate some forms. On one form, I need to ensure that the user fills in at least one of a group of fields. I think I've got a pr …
0
votes
1answer
13 views

jQuery Validation on field(s) with a prefix in the name property

Hi guys, I'm trying to add the jQuery Validation plugin to some websites and I'm running into a bit of an issue in that the fields that it's supposed to validate have a prefix on …

1 2 3 4 5 7 next
15 30 50 per page