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
    評論操作 永久連結

登入寫評論。