My code is:
$(document).ready(function() {
$('.post_title').editable('editposttitle.php', {
cancel : 'Cancel',
submit : 'OK',
indicator : 'Saving...',
});
});
When saving text the text'Click to edit' is inserted into my element? instead of the saved text?
Any ideas?
Thanks!