|
|
|
@ -28,6 +28,9 @@ $(function(){ |
|
|
|
|
$(".perfection").click(function () { |
|
|
|
|
$(".jump").addClass('unchoose'); |
|
|
|
|
$(".model_wrap").hide(); |
|
|
|
|
$("#side-menu .av").each(function (i) { |
|
|
|
|
$(this).eq(i).removeClass('boo'); |
|
|
|
|
}) |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
$(".jump").click(function () { |
|
|
|
@ -35,7 +38,7 @@ $(function(){ |
|
|
|
|
$(".model_wrap").hide(); |
|
|
|
|
$(".model-bg").addClass("unchoose"); |
|
|
|
|
$("#side-menu .av").each(function (i) { |
|
|
|
|
console.log(i); |
|
|
|
|
$(this).eq(i).removeClass('boo'); |
|
|
|
|
}) |
|
|
|
|
}); |
|
|
|
|
}); |