Home  >  Article  >  Web Front-end  >  不用frame怎么能加载footer.html ?_html/css_WEB-ITnose

不用frame怎么能加载footer.html ?_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:33:03806browse

我做的静态页面, 底部单独一个footer.html想用在每一个页面

不用frame的话  还有什么好的处理办法让它加载到别的页面调用吗??

我菜鸟  谢谢啦


回复讨论(解决方案)

http://www.w3school.com.cn/jquery/ajax_load.asp

http://www.w3school.com.cn/jquery/ajax_load.asp



谢谢。  怎么我这么写,什么都没有呢  该引用的jqure引用过了 文件名叫foot.html

$(document).ready(function(e) {
    $("#foottt").load("foot.html")
});


ding .........a 

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