Can someone help me figure this out please?
I am working with an inline editor and need to alert() an error if the server returns one. I have no idea how to do this. I'm brand new to jquery so you;ll have to spell things out for me.
I'm using the editor here: http://code.google.com/p/jquery-in-place-editor
I'm using the following code example. THis works to edit but I have no alert on error.
$("#editme1").editInPlace({
// callback: function(unused, enteredText) { return enteredText; },
url: 'server.php'
});