我的代码是:
$(document).ready(function() { $('.post_title').editable('editposttitle.php', { cancel : 'Cancel', submit : 'OK', indicator : 'Saving...', }); });
保存文本时,文本"点击编辑"会插入到我的元素中吗?而不是保存的文字?
有任何想法吗?
谢谢!
对不起,找到了我错的地方!
我没有回复我的PHP中的新值.