Does anyone have examples for creating a new user registration form where a web application checks for username availability by making an ajax call in the form and returning available or not on the same page without a full page message? Something like registering a new user on Hotmail.
source
share