Coding Tips & Tricks
Posts tagged script-forums
Using jQuery for validations on a registration page | PHP Script …
Nov 7th
jQuery error handling . $(document).ready(function(){ $(“form.register”).change(function() { $.post(“check.php”, $(“form.register”).serialize(), function( data ) { if( data.username == “inuse” ) $(“p#username_error”). …
See more here:
Using jQuery for validations on a registration page | PHP Script …