Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Apply class to parent if child div contains class Re: Apply class to parent if child div contains class

#121194
markkes
Member

eking try this: http://jsfiddle.net/SpVLK/3/

As u see both will work:

$(‘.lof-inner .hot’).closest(‘.lof-inner’).find(‘.lof-title’).addClass(‘blinkurgent’);
$(‘.lof-inner .hot’).siblings(‘.lof-title’).addClass(‘bold’);