我想从qty
列中获取所有值,并在qty列中将contenteditable =“ true” here is pic of my table
var ids_selected = []
var sendData = function() {
$.post(BASE_URL+'/part_request/request_insert', {
data: { ids : ids_selected, request_to :
$('#request_to').val()}
}, function(response) {
console.log(response);
});
}
`sendData();
我想将数量放入数组 here pic of my array
谢谢