//焦点图
$(function(){
//焦点图代码
$(".jqfocus").each(function(){
var aphtml='
';
aphtml+=' ';
aphtml+='
';
aphtml+='
';
aphtml+='
';
aphtml+='';
aphtml+='';
var id=0;
var opphtml="";
var autoplay=true;
var speed=5000;
var $this=$(this); //整体外边框
$this.append(aphtml);
var arrl=$this.find(".prev");//查找左箭头
var arrr=$this.find(".next");//查找右箭头
var li = $this.find("li");
var count=li.length;
for (var i=0;i';
}
$this.find(".btn").html(opphtml);
var opp=$this.find(".btn span");
var opt=$this.find("h2");
if (autoplay){
var play=setinterval(auto,speed);
}
function auto(){
if(id0){
id--;
showpic(id);
}else if (id==0){
id=count-1;
showpic(id);
}
})
arrr.on("click",function(){
if(id