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