Home  >  Article  >  Web Front-end  >  Analyze how to dynamically write a piece of html code into a DIV in Jquery (example)_jquery

Analyze how to dynamically write a piece of html code into a DIV in Jquery (example)_jquery

WBOY
WBOYOriginal
2016-05-16 17:29:32973browse
Copy code The code is as follows:

nav1 = "
Copy code The code is as follows:

$("#top_1"). html(nav1);

Explanation: top_1 is the ID of a div in the body!
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn