Alert! Alert! Another boring new release is out blog entry ahead. If you are bored already go ahead and download latest (1.5.0 at time of writing) Jeditable source, minified (recommended) or packed.
More info and should-be-better documentation at project page.
Usage of new or changed options below:
$(".editable").editable("http://www.example.com/save.php", {
placeholder : "Click me to edit",
loadurl : "http://www.example.com/load.php",
loadtype : "POST",
callback: function(value, settings) {
console.log(this);
console.log(value);
console.log(settings);
}
});
Thanks to Ole Laursen, Dylan Verheul and Mariano Iglesias for providing patches and ideas!