私のコードは次のとおりです。
$(document).ready(function() {
$('.post_title').editable('editposttitle.php', {
cancel : 'Cancel',
submit : 'OK',
indicator : 'Saving...',
});
});
テキストを保存すると、「クリックして編集」というテキストが要素に挿入されますか? 保存されたテキストの代わりに?
何か案は?
ありがとう!