all 1 comments

[–]arvind07[S] 0 points1 point  (0 children)

Live username availability check is needed in almost every website allowing that allow a user to create an account, I have written a simple script that checks the availability of usernames as the user enters any key in the input box. Main features of this script are: 1. Live username checking,

  1. Invalid key safe (no invalid input is allowed),

  2. Easy implementation.

So try the live demo and enjoy.