Using jQuery for validations on a registration page | PHP Script …

November 7, 2009
By

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 …

Tags: , , , , , , , , ,

Leave a Reply

Your email address will not be published. Required fields are marked *

*