I think this is probably more a jeditable issue but I'm hoping someone has come across this already. On the blur event the value is passed to a function versus a server call but the changed value isn't sticking.
sample: http://jsfiddle.net/willtx/FTgs9/4/
jeditable doc: http://www.appelsiini.net/projects/jeditable
sample: http://jsfiddle.net/willtx/FTgs9/4/
jeditable doc: http://www.appelsiini.net/projects/jeditable
$('.editable').editable(function(value, settings) { console.log(this); console.log(value); console.log(settings); return(value); }, { type : 'textarea', submit : 'OK', });