Check UserName availability, AJAX username checker

username avaiability in ajax and php using jQuery. Html Code : <div >  User Name : <input name=”username” type=”text” id=”username” />  <span id=”msgbox” style=”display:none”></span> </div> As you can see the above, the “span” with id “msgbox” will show you the username availability message from ajax. Css code : .messagebox{ position:absolute; width:100px; margin-left:30px; border:1px solid #c93; [...]

  • Share/Bookmark