Answer the question
In order to leave comments, you need to log in
Replacing part of html with javascript?
Good afternoon, you need to change the page markup on the client side.
There are several classes that are displayed on the page, you need to push them into the table on the fly.
doing so
var x = document.getElementsByTagName("fieldset");
for( i = 0; i <= x.length ; i++){
x[i].innerHTML = "new tags";
}
x[i].innerHTML = "";
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question