1.

How to submit a form without submit button using Jquery?

Answer»

You have to develop the HTML form with ADDING JQUERY. After writing some VALIDATION, PROCEED with the submission.

$("#bestinterviewquestion").SUBMIT(); // using jQuery
document.getElementById("bestinterviewquestion").submit(); // using JavaScript



Discussion

No Comment Found