|
|
@ -5,9 +5,11 @@ $(function(){ |
|
|
|
$(".model-bg").eq(0).removeClass("unchoose"); |
|
|
|
$(".model-bg").eq(0).removeClass("unchoose"); |
|
|
|
$('.jump').removeClass('unchoose'); |
|
|
|
$('.jump').removeClass('unchoose'); |
|
|
|
|
|
|
|
|
|
|
|
$('#side-menu .av').eq(0).addClass('boo'); |
|
|
|
$('#side-menu .av').eq(0).click().addClass('boo'); |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(".model-bg").each(function (i) { |
|
|
|
$(".model-bg").each(function (i) { |
|
|
|
var _that=$(this); |
|
|
|
var _that=$(this); |
|
|
|
_that.find(".nextPage").click(function () { |
|
|
|
_that.find(".nextPage").click(function () { |
|
|
|