标签: ajax
This is the script i use for the drop down in the echo table
The echo table
答案 0 :(得分:0)
尝试将数据对象作为文本传递
<强> JAVASCRIPT 强>
$.ajax({ type: "POST", url: "data.php", data: JSON.stringify(data1) // use JSON.stringify(); });
另外需要注意的是确保在尝试将javascript函数绑定到它之前回显或渲染出html。另外,你会得到一个错误,表明没有找到这样的html元素。