保存后,Jeditable插入"点击编辑"?

Rig*_*ong 4 jquery jeditable

我的代码是:

$(document).ready(function() {
            $('.post_title').editable('editposttitle.php', {
                cancel    : 'Cancel',
                        submit    : 'OK',
                indicator : 'Saving...',
            });
        });
Run Code Online (Sandbox Code Playgroud)

保存文本时,文本"点击编辑"会插入到我的元素中吗?而不是保存的文字?

有任何想法吗?

谢谢!

Rig*_*ong 9

对不起,找到了我错的地方!

我没有回复我的PHP中的新值.