So in my code I have:
$(document).ready(function($)
{
if ($("#TextBox11").val()|| $("#TextBox12".val())
{
$("#TextBox11").valid();
$("#TextBox12").valid();
};
$("#form1").validate(
{
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
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
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
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
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
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()
{
7 matches
Mail list logo