diff --git a/frontend/web/assets/js/popUps.js b/frontend/web/assets/js/popUps.js index 8a15fea..d1d4c52 100644 --- a/frontend/web/assets/js/popUps.js +++ b/frontend/web/assets/js/popUps.js @@ -7,13 +7,13 @@ $(function(){ $(".model-bg").each(function (i,item) { $(this).find(".nextPage").click(function () { - + $(this).addClass("unchoose").eq(i+1).removeClass("unchoose"); console.log(i); console.log(item); }) // $(".nextPage").click(function () { // $('.model-bg').togg - // $(this).addClass("unchoose").eq(i).removeClass("unchoose"); + // // }) }) }); \ No newline at end of file