|
|
@ -9,7 +9,7 @@ $(function(){ |
|
|
|
var _that=$(this); |
|
|
|
var _that=$(this); |
|
|
|
_that.find(".nextPage").click(function () { |
|
|
|
_that.find(".nextPage").click(function () { |
|
|
|
_that.addClass("unchoose"); |
|
|
|
_that.addClass("unchoose"); |
|
|
|
_that.eq(i+1).removeClass("unchoose"); |
|
|
|
_that.eq(1).removeClass("unchoose"); |
|
|
|
console.log(i); |
|
|
|
console.log(i); |
|
|
|
console.log(i+1); |
|
|
|
console.log(i+1); |
|
|
|
console.log(item); |
|
|
|
console.log(item); |
|
|
|