Trying To Submit A Form With Jquery September 14, 2022 Post a Comment I am having trouble submitting a form. I have filled it out. The form starts like: Solution 1: Try this this: document.forms[formName].submit(); Copy Solution 2: Do you want to post those values back to the server? It is confusing what you want to do. Baca JugaSelect All Or Highlight All Text In An ElementDisplaying Data Of Datatable ColumnKendoui - Listview - How To Show Dynamic Controls At Runtime In Edit Template <form action="" name="f" enctype="multipart/form-data" method="POST"> <input type="hidden" name="aa" value="b" /> <input type="hidden" name="cbc" value="c" /> </form> $(document).ready(function(){ $('form[name="f"]').submit(); }); Copy Share You may like these postsMaintain Reference To Element After Inserting Into DomMap Is Not A Function In JsxHow To Combine Two Arrays Into An Array Of Objects In Javascript?Returning Xmlhttp Responsetext From Function As Return Post a Comment for "Trying To Submit A Form With Jquery"
Post a Comment for "Trying To Submit A Form With Jquery"