如何在一个请求上加载所有css和js
下面是一个类似于包含许多CSS和JavaScript文件的示例HTML文档
< link rel=“样式表”type=“文本/css”href=“路径/to/960Frawork.css”>
< link rel=“样式表”type=“文本/css”href=“路径/to/base.css”>
< link rel=“样式表”type=“文本/css”href=“路径/to/Naviations.css”>
< script type="text/javascript“src="path/to/j
我正在尝试让require-js text plugin与我用npm下载的karma-testrunner一起工作。我得到了因果报应要求,它只是文本插件给我带来了一些麻烦。
当我将text.js文件添加到karma服务的文件中时,我得到了一个不匹配的错误:
Uncaught Error: Mismatched anonymous define() module: function (module) {
//code from text plugin
如果我不使用文本插件提供文件,或者在karma.conf中排除它,我会得到一个脚本错误(以及一个karma警告: 404/base/text
我要做的是让一个窗口提示/警告框弹出一个文本输入。我希望使用jQuery代码中文本的值来代替html文档中a标记中的单词YOU。
我正在使用的jQuery代码
$(document).ready(function() {
var userName = window.prompt("Please Enter Your Name", "Text");
});
我的html
<body>
<center><h1 class="Logo">Welcome to<br>an epic story