我遇到了问题。
<script>
function Update_Tabelle_Line(ident) {
var params = {
id: ident
desc: CKEDITOR.instances.description.getData();
};
$.ajax({
url: "/includes/update_site.php",
method: "POST",
data: params,
success: function(output) {
location.reload();
},
error: function(/* Params entspr. Doku */) {
// Hier ggf. die Parameter zu Diagnosezwecken auswerten
}
});
}
</script>
此脚本不起作用。 如果我按功能调用按钮它会保存所有内容,但HTML代码或CKeditor的代码不保存为什么?
我的英语不好。谷歌翻译。