How can I remove a class within an iframe using the onload function only and not javascript and such?
My coding for the iframe is
<iframe height="182" onload="this.height=this.contentWindow.document.body.scrollHeight;" scrolling="no" src="(html site I'm working with, same domain)" width="100%" frameborder="0"/>
I've heard about removeClass() but not sure how to implement that into the iframe with onload. Thanks in advance
Note* the div only has a class, not an id (example class is 'd2l-action-buttons')