gerd
10/4/2018 - 12:43 PM

If not has class name

if this element does not have the class name

if(!$(this).is('[class*="answerbox"]')) {
    //Finds element with no answerbox class
} else {
    //The element has already an answerbox class
}