parent
28dcdcbdb9
commit
c80ba2060e
@ -1,20 +1,12 @@ |
|||||||
$(function(){ |
$(function(){ |
||||||
$(".prompt").click(function(){ |
$(".prompt").click(function(){ |
||||||
$(".model_wrap").show(); |
$(".model_wrap").show(); |
||||||
$(".jump").removeClass("unchoose"); |
$(".model-bg").eq(0).removeClass("unchoose"); |
||||||
$(".Previous").removeClass("unchoose"); |
|
||||||
$(".nextPage").removeClass("unchoose"); |
|
||||||
$(".content").eq(0).removeClass("unchoose"); |
|
||||||
}); |
}); |
||||||
|
|
||||||
$(".nextPage").click(function () { |
$(".nextPage").click(function () { |
||||||
$(".content").each(function (i,item) { |
$(".model-bg").each(function (i,item) { |
||||||
console.log(i); |
$(this).addClass("unchoose").eq(i).removeClass("unchoose"); |
||||||
console.log(item); |
|
||||||
if(!$(this).eq(i).toggleClass("unchoose")){ |
|
||||||
$(this).eq(i).addClass("unchoose"); |
|
||||||
$(this).eq(i+1).removeClass("unchoose"); |
|
||||||
} |
|
||||||
}) |
}) |
||||||
}) |
}) |
||||||
}); |
}); |
Loading…
Reference in new issue