jquery를 이용한 html 파일 로드 방법(header 파일 삽입 방법)

JooKit 주킷 2021. 7. 16. 09:55
목차 접기
728x90
반응형
<div class="header_html"></div>
<div class="footer_html"></div>
<script>
        $(function () {
            $('.header_html').load('header.html');
            $('.footer_html').load('footer.html');
        });
</script>
728x90
반응형
LIST