プロジェクトではjeditableでここに記号をつけます


Jedittableは、テキスト情報をその場で編集するためのjQueryプラグインです.
使用例:
 $(document).ready(function() {
$('.edit').editable('http://www.example.com/save.php', {
indicator : 'Saving...',
tooltip : 'Click to edit...'
});
$('.edit_area').editable('http://www.example.com/save.php', {
type : 'textarea',
cancel : 'Cancel',
submit : 'OK',
indicator : '<img src="img/indicator.gif">',
tooltip : 'Click to edit...'
});
});

项目中要用jeditable 在此做个记号
オンラインデモ:http://www.appelsiini.net/projects/jeditable/default.html