Home > Web Front-end > HTML Tutorial > html?如何让每个页面都共用相同的js_html/css_WEB-ITnose

html?如何让每个页面都共用相同的js_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:34:15
Original
1823 people have browsed it

<script src="../jquery/jquery-1.11.1.min.js"></script> <script src="../jquery/jquery.switchable-2.0.min.js"></script><script src="../jquery/modernizr.custom.min.js"></script><script src="../js/common.js"></script>
Copy after login


这段代码我每一个页面都要引用,这样修改很麻烦,如何共用相同的js
没有后端语言,纯html形式


回复讨论(解决方案)

document.write('<script></script> ');
document.write('<script></script> ');
把这样的代码放到js文件里,再引用这个js

document.write('<script></script> ');
document.write('<script></script> ');
把这样的代码放到js文件里,再引用这个js


这样可以解决你的问题

通过js引用
或者
通过修改页面,统合成一个html使用

把你的.html改成.shtml
把js引用代码放到js.htm
然后替换成

SSI——服务器端嵌入
http://blog.csdn.net/lw0911/article/details/7409925

那就是 动态加载呗

requirejs
按配置引用  只要改配置文件就可以了

类似的加载框架 和概念都可以

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template