Hi, Is it possible to trigger a form submission - JS

评论

1 条评论

  • Avatar
    fred
    Hi,Here is the snippet of code to do that.JavaScript Function:function submit(){$(".submit").trigger('click'); }Note: Please hide the default Submit popaction button in the form using the css below..submit{ display:none !important;}
    0
    评论操作 固定链接

请先登录再写评论。