幽如梦
2018-04-20 22:13
是哪里有问题吗
可能你忘记加
$(document).ready(function () {
});
调用的地方换成https,因为当前网页也是https,保持规则一致。
<script type="text/javascript" src="https://www.imooc.com/static/lib/jquery/1.9.1/jquery.js"></script>
<script src="https://cdn.bootcss.com/jquery/1.10.2/jquery.min.js"> 这个,亲测可用
把src中的引用地址换成这个https://libs.baidu.com/jquery/1.9.1/jquery.min.js
该章节不验证代码
<script src="https://code.jquery.com/jquery-1.11.3.js"></script>看这里,协议改成https
jQuery基础 (一)—样式篇
217488 学习 · 1303 问题
相似问题