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 in my element? instead of saved text?
Any ideas?
Thanks!
source share