[jQuery] Re: jQuery Form Validation

2009-07-27 Thread Tuppers360
27;).hide(); My problem is now that when there is an on the input I cant seem to sort it out when there is an error on keyup? Should I use errorPlacement? I cant seem to find much documentaion on it though? Cheers Tuppers On Jul 27, 9:01 am, Tuppers360 wrote: > Thanks for that! I thought of d

[jQuery] Re: jQuery Form Validation

2009-07-27 Thread Tuppers360
NLA wrote: > how about > >             $('input[type=text]').keyup(function() { > >                 if ($(this).val().length == 2) { >                     $(this).prev().find('span').empty(); >                 } >             }); > > On Jul 26, 10:36 a

[jQuery] jQuery Form Validation

2009-07-26 Thread Tuppers360
Hi there just wondering if I can get some help from you guys? I have some code as per: // validate signup form on keyup and submit var validator = $('form').validate({ event: 'keyup', rules: { '<%= ddlRank.UniqueID %>': {