小编Mas*_*uel的帖子

未捕获的ReferenceError:$未定义

我在尝试创建JQuery图像滑块时收到此错误消息.

未捕获的ReferenceError:$未定义

这是我的新编码(请注意,我已将脚本移至页面,这是adobe建议的.):

<!doctype html>
<html>

<head>
<meta charset="utf-8">
<title>Green Cold-Formed Steel | Home</title>
<style type="text/css">

body,td,th {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 10px;
    color: #000;
    text-align: left;
}
body {
    background-color: #999;
}
a:link {
    color: #999;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #060;
}
a:hover {
    text-decoration: underline;
    color: #FFF;
}
a:active {
    text-decoration: none;
}
h1 {
    font-size: 14px;
    color: #060;
}
h2 {
    font-size: 12px;
    color: #999;
}
h3 {
    font-size: 9px;
    color: #FFF; …
Run Code Online (Sandbox Code Playgroud)

javascript jquery image referenceerror

8
推荐指数
2
解决办法
11万
查看次数

标签 统计

image ×1

javascript ×1

jquery ×1

referenceerror ×1