Submitting a form without page reload
I don't know Ajax or PHP but I want to submit this form without page
refresh and also want to appear check icon beside the submit button. How
can I do this?
<form id="form" action="" method="post">
<input type="text" id="email" value="e-mail address" />
<input type="submit" id="submit" name="submit" value="Submit" />
</form>
No comments:
Post a Comment