|
|
@ -1,10 +1,10 @@ |
|
|
|
$(function(){ |
|
|
|
$(function(){ |
|
|
|
$(".prompt").click(function(){ |
|
|
|
$(".prompt").click(function(){ |
|
|
|
$(".model_wrap").show(); |
|
|
|
$(".model_wrap").show(); |
|
|
|
$(".model-bg").removeClass("unchoose"); |
|
|
|
$(".model-bg").css({'display':'block'}); |
|
|
|
// $(".model-bg .content").eq(0).removeClass("unchoose");
|
|
|
|
// $(".model-bg .content").eq(0).removeClass("unchoose");
|
|
|
|
console.log(1); |
|
|
|
console.log(1); |
|
|
|
}) |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
$(".nextPage").click(function () { |
|
|
|
$(".nextPage").click(function () { |
|
|
|
$(".content").each(function (i,item) { |
|
|
|
$(".content").each(function (i,item) { |
|
|
|