|
|
@ -7,13 +7,13 @@ $(function(){ |
|
|
|
|
|
|
|
|
|
|
|
$(".model-bg").each(function (i,item) { |
|
|
|
$(".model-bg").each(function (i,item) { |
|
|
|
$(this).find(".nextPage").click(function () { |
|
|
|
$(this).find(".nextPage").click(function () { |
|
|
|
|
|
|
|
$(this).addClass("unchoose").eq(i+1).removeClass("unchoose"); |
|
|
|
console.log(i); |
|
|
|
console.log(i); |
|
|
|
console.log(item); |
|
|
|
console.log(item); |
|
|
|
}) |
|
|
|
}) |
|
|
|
// $(".nextPage").click(function () {
|
|
|
|
// $(".nextPage").click(function () {
|
|
|
|
// $('.model-bg').togg
|
|
|
|
// $('.model-bg').togg
|
|
|
|
// $(this).addClass("unchoose").eq(i).removeClass("unchoose");
|
|
|
|
//
|
|
|
|
// })
|
|
|
|
// })
|
|
|
|
}) |
|
|
|
}) |
|
|
|
}); |
|
|
|
}); |