Scroll to top
submit form with anchor tag (link) in jquery

How to submit form with anchor tag (link) in jquery?

Submit a form with anchor tag (a and link) in jquery

<form method="get" action="">
<input type="text" name="ID" value="jassi">
<input type="text" name="con" value="singh">
<a href="" onclick="this.closest('form').submit();return false;" value="CONSTRUCTION CONTRACT">CONSTRUCTION CONTRACT</a>
</form>

 Submit a form with anchor tag (a and link) in jquery

Get more information

Read More Posts

Leave a Reply

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