[jQuery] [jquery-in-place-editor] Success function
Hi
I'm using Dave Hauenstein's Jquery in place editor (<a href="http://code.google.com/p/jquery-in-place-editor/" target="_blank">http://code.google.com/p/jquery-in-place-editor/</a>).
I don't know how using the success function in order to display a message "if server responds with a success".
I tried with success :
success: function(data,elem){
$(elem).html(data+'myMessage');
<div id=":1gj" class="ii gt"> // return data+'myMessage' doesn't work
}
Is there a better way to display a custom message, replacing my input ?
Thanks and sorry for my poor english.
Cyril, Nethik
</div>