jQuery select a div with a certain class, that doesn’t have another class February 6, 2023 by Tarik Use :not() to exclude the other class: $('.fuu:not(.no)')