淮北为桔
2018-05-24 10:57
<script type="text/javascript">
$(function () {
$("#btnShow").bind("click", function () {
var $this = $(this);
$("ul")
.html("<img src='Images/Loading.gif' alt=''/>")
.load(" http://www.imooc.com/data/fruit_part.html",function(){
$this.attr("disabled", "true");
});
})
});
</script>
按照上面的操作就可以了,不知道为什么http不可以,但是https可以
http 改 https 全页面都要改好
jq src那里
图片src那里
确保全页面的http 改为 https
jQuery基础(五)一Ajax应用与常用插件
69100 学习 · 400 问题
相似问题