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