Hot to get all form elements values using jQuery?

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

Here is the HTML code:



    HTML Form Builder         


        
9条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-23 00:07

    Add this on to the end of it:

    var array = $("#hidAll").html();
    
    x = array.split(',');
    key=s="";
    for (i=0; i

提交回复
热议问题