已采納回答 / 謝小婷
<script src="https://libs.baidu.com/jquery/1.9.0/jquery.js" type="text/javascript"></script>? ?http加一個s
2018-09-27
1.問號處填寫:$.getJSON("http://www.xianlaiwan.cn/data/sport.json",function(data)
2.引用的jquery文件中的http改為https
2.引用的jquery文件中的http改為https
2018-09-18
.load("http://www.xianlaiwan.cn/data/fruit_part.html",function(){
$this.attr("disabled", "true");
});
在jquery引用上也改成https,效果能夠實現。
$this.attr("disabled", "true");
});
在jquery引用上也改成https,效果能夠實現。
2018-09-18
最新回答 / 薄荷美美噠
<!DOCTYPE html><html>? ? &;hehead&;? ? ? ? ? &a hmeta http-equiv="Content-Type" content="text/html; charset=utf-8" /& ? ? ? ? ? &srcscript src="https://libs.baidu.com/jquery/1.9.0/jquery.js" type="text/javascript"&rip&>/script& &l?...
2018-09-17
已采納回答 / 丶阿難
?$.ajaxSetup({? ? ? ? ? ? ? ? ? ? type:'POST',? ? ? ? ? ? ? ? ? ? success:function(data){? ? ? ? ? ? ? ? ? ? ? ?$("ul").append("<li>你輸入的<b>? "? ? ? ? ? ? ? ? ? ? ? ? ? ? + $("#txtNumber").val() + " </b>是<b> "? ? ? ? ? ? ? ? ? ? ? ?...
2018-09-07