data: $('#myForm').serialize() + "&moredata=" + morevalue
moredata = 'your custom data here'; // do what you like with the input $input = $('<input type="text" name="moredata"/>').val(morevalue); // append to the form $('#myForm').append($input); // then.. data: $('#myForm').serialize()
postData[postData.length] = { name: "variable_name", value: variable_value };
출처:
stackoverflow.com/questions/4406348/how-to-add-data-via-ajax-serialize-extra-data-like-this
'Programming > JSP' 카테고리의 다른 글
#jsp - js 파일 다운로드 (0) | 2021.03.04 |
---|---|
#jstl ArrayList<ArrayList<hashMap<String, String>>> jstl 출력 (0) | 2021.03.03 |
#jsp - chart 종류 (0) | 2021.02.10 |
댓글