Home  >  Article  >  Web Front-end  >  Jquery loads HTML sample code in the specified DIV_jquery

Jquery loads HTML sample code in the specified DIV_jquery

WBOY
WBOYOriginal
2016-05-16 16:59:45941browse

First introduce Jquery

Copy code The code is as follows:



Add JS to the page
Copy code Code As follows:

<script> <br>$(function(){ <br>$("div#top_sidebar").load("top_sidebar.html"); <br>}) <br></script>

#top_sidebar is the ID of the specified DIV
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