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
Read More Posts
- How to download pdf file on browser instead of saving it on the server in fpdf?
- How to sorting in descending and ascending in sql?
- How to get all contacts and count contact numbers from mobile in cordova?
- How to create elementor popup with code in wordpress?
- if jQuery contain and match value then replace with another value on load in jQuery?