first is the name
second is password
third is confirm password
forth is email
five one is gender.
Css of the registration form
$(‘#submit’).click(function() - When user press submit, this jquery function is triggered
var user=$(‘#user’).val(); - Data enter in username field will be get through ID value and stored in variable called user.
jquery and html code.