Hi,
I want to write a JavaScript that looks through the document and replaces every <button> tag with <div class="aeroButton">. How do I do this
Hi,
I want to write a JavaScript that looks through the document and replaces every <button> tag with <div class="aeroButton">. How do I do this
Dynamic Modification of elements
janthonyb1