[jQuery] Re: Jquery coding direction

2009-01-07 Thread tawright915
So in my code I have: $(document).ready(function($) { if ($("#TextBox11").val()|| $("#TextBox12".val()) { $("#TextBox11").valid(); $("#TextBox12").valid(); }; $("#form1").validate( {

[jQuery] Re: Jquery coding direction

2009-01-06 Thread tawright915
jquery.validate.js On Jan 6, 1:44 pm, Daniel wrote: > Sry , I mean Validation plugin > > On Jan 7, 3:40 am, Daniel wrote: > > > > > What kind of validation are you using ? Are you using jquery Form > > plugin ? > > > On Jan 7, 3:03 am,tawright915 wrote: > > > > I did not make my question clear

[jQuery] Re: Jquery coding direction

2009-01-06 Thread tawright915
yes On Jan 6, 1:44 pm, Daniel wrote: > Sry , I mean Validation plugin > > On Jan 7, 3:40 am, Daniel wrote: > > > > > What kind of validation are you using ? Are you using jquery Form > > plugin ? > > > On Jan 7, 3:03 am,tawright915 wrote: > > > > I did not make my question clear and left

[jQuery] Re: Jquery coding direction

2009-01-06 Thread Daniel
Sry , I mean Validation plugin On Jan 7, 3:40 am, Daniel wrote: > What kind of validation are you using ? Are you using jquery Form > plugin ? > > On Jan 7, 3:03 am, tawright915 wrote: > > > I did not make my question clear and left out some things so here is > > goes again. > > > I have two te

[jQuery] Re: Jquery coding direction

2009-01-06 Thread Daniel
What kind of validation are you using ? Are you using jquery Form plugin ? On Jan 7, 3:03 am, tawright915 wrote: > I did not make my question clear and left out some things so here is > goes again. > > I have two textboxes on my web form.  When blank they are both > required and are validated up

[jQuery] Re: Jquery coding direction

2009-01-06 Thread tawright915
I did not make my question clear and left out some things so here is goes again. I have two textboxes on my web form. When blank they are both required and are validated upon submit. However if one is filled in then the other is not required any more and the page should allow to validate succes

[jQuery] Re: Jquery coding direction

2009-01-02 Thread brian
On Fri, Jan 2, 2009 at 10:16 AM, tawright915 wrote: > > I'm having problems wrapping my head around how to code this: > > I have two textboxes both are required. However if a user fills out > one of the textboxes then the other is no longer required. > $('#the_form').submit(function() {