Answers for "jquery add class except this"

0

jquery add class except this

$('div').not(this).addClass('editable');
$('div.editable').not(this).removeClass('editable');
Posted by: Guest on March-21-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language