Remove attribute of HTML tag

Or pure JavaScript:

document.getElementById('id?').removeAttribute('attribute?')

Leave a Comment