|
|
@ -14,6 +14,7 @@ $(function(){ |
|
|
|
var _that=$(this); |
|
|
|
var _that=$(this); |
|
|
|
_that.find(".nextPage").click(function () { |
|
|
|
_that.find(".nextPage").click(function () { |
|
|
|
var key=i-1; |
|
|
|
var key=i-1; |
|
|
|
|
|
|
|
console.log(key); |
|
|
|
_that.addClass("unchoose"); |
|
|
|
_that.addClass("unchoose"); |
|
|
|
$(".model-bg").eq(i+1).removeClass("unchoose"); |
|
|
|
$(".model-bg").eq(i+1).removeClass("unchoose"); |
|
|
|
$('#side-menu .av').eq(arr[i]).addClass('boo'); |
|
|
|
$('#side-menu .av').eq(arr[i]).addClass('boo'); |
|
|
|