|
|
|
@ -1,7 +1,7 @@ |
|
|
|
|
$(function(){ |
|
|
|
|
$(".prompt").click(function(){ |
|
|
|
|
$(".model_wrap").show(); |
|
|
|
|
$(".model-bg").eq(1).removeClass("unchoose"); |
|
|
|
|
$(".model-bg").eq(0).removeClass("unchoose"); |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -9,7 +9,7 @@ $(function(){ |
|
|
|
|
var _that=$(this); |
|
|
|
|
_that.find(".nextPage").click(function () { |
|
|
|
|
_that.addClass("unchoose").eq(i+1).removeClass("unchoose"); |
|
|
|
|
console.log(i); |
|
|
|
|
console.log(i+1); |
|
|
|
|
console.log(item); |
|
|
|
|
}) |
|
|
|
|
// $(".nextPage").click(function () {
|
|
|
|
|