oggnik / acm-hscc

ACM High School Coding Competition Website
1 stars 0 forks source link

Dynamic Checking of team names before hitting submit #35

Closed oggnik closed 8 years ago

oggnik commented 8 years ago

Auto check the team name to make sure it is not a duplicate (in another school)/filled before hitting submit. => Put a fancy checkmark + text there if it is good or an X + words if not

Do the same for the email.

oggnik commented 8 years ago

We have a choice on this one, Use Jquery's .focusout() method to only check when you leave that field. OR Check it after every character.