I want to validate if username exists in database using jQuery.validate so here\'s what I have so far:
jQuery:
$(\"#signupForm\").validate({
I've managed to get this to work by changing the PHP technique I was using, here's my PHP:
Thanks everyone here for your help :)