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
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
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 %>': {
3 matches
Mail list logo