Hot to get all form elements values using jQuery?

后端 未结 9 1744
谎友^
谎友^ 2020-12-22 23:45

Here is the HTML code:



    HTML Form Builder         


        
9条回答
  •  太阳男子
    2020-12-23 00:19

    If you want to use $(formName).serializeArray() or $(formName).serialize(), you must add name='inputName' on your input element. or will not work!

提交回复
热议问题