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