jQuery menambahkan kelas kecuali ini

$('div').not(this).addClass('editable');
$('div.editable').not(this).removeClass('editable');
freelopers_dev