First stable version of jQuery Javascript in place editor is out of oven. Existing api will be frozen. I will add new features in near future.
I only added one bugfix and one feature since last release candidate. These are:
New submit option is used as follows:
$(document).ready(function() {
$(".edit").editable("http://www.example.com/save.php", {
type : 'text',
submit : 'Save changes'
});
});
As always test and download plugin.
Tagged with: Javascript Jeditable Jquery