Home › Forums › JavaScript › [Solved] Remove empty class="" from DOM? › Reply To: [Solved] Remove empty class="" from DOM?
January 18, 2018 at 6:44 pm
#265692
Participant
Or just this:
$('#a').removeAttr('class');
The forums ran from 2008-2020 and are now closed and viewable here as an archive.