aw_support
11/5/2019 - 9:56 PM

Removing attribute

// Remove an attribute (e.g. class or id)
$(document).ready(function(){
$(".page-about div#content-wrapper").removeAttr('id');
$(".page-media div#content-wrapper").removeAttr('id');
});