[jQuery] Re: (Validation) How to submit a form without validating

2009-07-16 Thread mnaveed
Thanks Jörn , this is exactly what I need. On Jul 16, 12:57 pm, Jörn Zaefferer wrote: > You can add a class="cancel" to that button B. The plugin will then > skip the validation. > > Jörn > > On Thu, Jul 16, 2009 at 9:05 AM, mnaveed wrote: > > > Hi, > >

[jQuery] (Validation) How to submit a form without validating

2009-07-16 Thread mnaveed
Hi, I am using the Jquery validationss plugin for my form validations. Now I have a situation where I have two submit buttons in a single form (say button A and button B). For button A, I want to run validations but for button B I don't want to run the validations and submit the form without valid

[jQuery] Re: (Validation) how to add validation on a select box with auto post

2009-07-13 Thread mnaveed
I am using the JQuery Validation plug in to validate my form. How can i do this with that? On Jul 13, 1:34 pm, 刘永杰 wrote: > is it difficult?$("#State").val() > > 2009/7/13 mnaveed > > > > > Hi, > > I have a select box with and onchange event to get the

[jQuery] Re: Dynamic Links

2009-07-13 Thread mnaveed
hope I am able to clear my point.. Thanks. On Jul 12, 10:19 pm, brian wrote: > On Sun, Jul 12, 2009 at 12:46 PM, mnaveed wrote: > > > Hi, > > I am new to JQuery, can anyone help how to generatedynamiclinks. I > > have a loop which generate somelinksand for each, an oncli

[jQuery] (Validation) how to add validation on a select box with auto post

2009-07-13 Thread mnaveed
Hi, I have a select box with and onchange event to get the data from serever, Now i want to validate that if no value is selected from the above list, then it should not send the ajax request. How can i apply the Jquery validation plugin here? Thanks.

[jQuery] Dynamic Links

2009-07-12 Thread mnaveed
Hi, I am new to JQuery, can anyone help how to generate dynamic links. I have a loop which generate some links and for each, an onclick event is attached, calling a javascript method with some arguments. some thing like this, for(x = 0; xGet data how can i generate such a grid using Jquery. Act

[jQuery] Re: (Validate) - How to apply validations on dynamically generated forms.

2009-07-08 Thread mnaveed
rn > > On Tue, Jul 7, 2009 at 3:34 PM, mnaveed wrote: > > > Hi, > > I am using the JQuery validation plug in for form validations. My page > > contains a loop in which dynamic forms are generated and within each > > form some text fields are also dynamically gene

[jQuery] JQuery Dynamic Validations issue.

2009-07-08 Thread mnaveed
Hi, I am using the JQuery validation plug in for form validations. My page contains a loop in which dynamic forms are generated and within each form some text fields are also dynamically generated. I have assigned the id and name attributes both to form and fields with dynamically appending a valu

[jQuery] (Validate) - How to apply validations on dynamically generated forms.

2009-07-07 Thread mnaveed
Hi, I am using the JQuery validation plug in for form validations. My page contains a loop in which dynamic forms are generated and within each form some text fields are also dynamically generated. I have assigned the id and name attributes both to form and fields with dynamically appending a valu