AnanthaKN / jquery-in-place-editor

Automatically exported from code.google.com/p/jquery-in-place-editor
Other
0 stars 0 forks source link

After Submit data to Mysql i dont get the updated value to display #102

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
After Submit data to Mysql i dont get the updated value to display, de fild 
from my table is in blank

here is my code:

$("td.nome").editInPlace({
        sucess: function(unused, enteredText) { return enteredText; },
        url: 'server.php',
        show_buttons: true,
        bg_over: "#cff",
        saving_image: "images/ajax-loader.gif",
        //return {enteredText};

            });

Thanks

Original issue reported on code.google.com by caio.cen...@gmail.com on 5 Oct 2011 at 7:31

GoogleCodeExporter commented 8 years ago
Did you modify server.php to actually do something besides return the changed 
text?

Original comment by saltdr...@gmail.com on 14 Dec 2011 at 9:55