zoomType: 默认值为standard。如果设为reverse,在小图片中,移入鼠标时,所选区域高亮,非选中区域淡灰色。
2017-01-12
$("#btnShow").bind("click",function(){
var $this = $(this);$.getJSON("http://www.imooc.com/data/sport.json",function(data){$this.attr("disabled","true");$.each(data,function(index, sport){if(index==3) $("ul").append("<li>"+sport["name"] + "</li>");});});});
var $this = $(this);$.getJSON("http://www.imooc.com/data/sport.json",function(data){$this.attr("disabled","true");$.each(data,function(index, sport){if(index==3) $("ul").append("<li>"+sport["name"] + "</li>");});});});
2017-01-11
.load("http://www.imooc.com/data/fruit_part.html", function(){
$this.attr("disabled", "true");
});
$this.attr("disabled", "true");
});
2017-01-11
已采纳回答 / 慕粉1804118310
不是的啊,一般是从官网下载下来,放在自己的项目中,然后引用!还有一种就是有的插件官网本身提供了cdn地址,直接引用那个地址即可,这样的话就需要联网
2017-01-11