Without changing any element of an html page, how can I add a
Change the external js introduced by html and use js to operate
Use js to add: $("# id").html("
Change the external js introduced by html and use js to operate
Add with js: $("#id").html("
What I mean is that html1 cannot have any changes. Write an html page externally, get the table first, and then insert a
Add with js: $("#id").html("
Add with js: $("#id").html("
It does not affect the html layout. If you want to say that nothing is added to the html and the js method is not quoted, then I don’t think anyone can do this.
The poster is facing a problem Please state your initial needs instead of asking questions according to your ideas. Such questions will not get a good solution.
Use JavaScript DOM to add HTML elements, the premise is to add js in HTML:
There is something wrong with your design . You should change your way of thinking. Put your needs out and let everyone give you ideas
Write a page outside, use iframe to nest the original page, and use js to operate the sub-page.