|
|
|
@ -3,6 +3,7 @@ $(function(){ |
|
|
|
|
$(".model_wrap").show(); |
|
|
|
|
$(".model-bg").eq(0).removeClass("unchoose"); |
|
|
|
|
$('.jump').removeClass('unchoose'); |
|
|
|
|
$('#side-menu li:nth-of-type(2)').addClass('b'); |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
$(".model-bg").each(function (i) { |
|
|
|
@ -10,6 +11,7 @@ $(function(){ |
|
|
|
|
_that.find(".nextPage").click(function () { |
|
|
|
|
_that.addClass("unchoose"); |
|
|
|
|
$(".model-bg").eq(i+1).removeClass("unchoose"); |
|
|
|
|
$(".") |
|
|
|
|
}); |
|
|
|
|
_that.find(".Previous").click(function () { |
|
|
|
|
_that.addClass("unchoose"); |
|
|
|
|