Forums

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

Home Forums JavaScript Jquery click CSS problem…in Chrome only? Re: Jquery click CSS problem…in Chrome only?

#126277
Andy Howells
Participant

Why not;

$(‘.buried’).on(‘click’, function() {
$(this).removeClass(‘buried’);
}

Or Zoidberg.