//往前 按钮
$("#proSlide-btnL a").click(function () {
var $v_show = $("#proSlide-ul");
var $v_content = $("#proSlide-shadow");
var v_width = 940;
var len = $v_show.find("li").length;
var page_count = Math.ceil(len / i);
if (!$v_show.is(":animated")) {
if (page == 1) {
$v_show.animate({ left: '-=' + v_width * (page_count - 1) }, "slow");
page = page_count;
} else {
$v_show.animate({ left: '+=' + v_width }, "slow");
page--;
}
}
});
阿晨1998
ibeautiful
德玛西亚99
相关分类