Forums

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

Home Forums JavaScript [Solved] Remove empty class="" from DOM? Reply To: [Solved] Remove empty class="" from DOM?

#265692
Shikkediel
Participant

Or just this:

$('#a').removeAttr('class');