โผ ์๋ํ๋ ์ฝ๋ $( document ).on( 'click', '.cancel_reserv', function( event ){ $("#choice_pop_wrap_reserv_cancle").css({ 'display': 'block' }); $('body').css('overflow', 'hidden'); console.log("#cancel_reserv ํด๋ฆญ๋จ"); }); โผ ์๋ํ๋ ๋์ง ์๋ ์ฝ๋ $("#cancel_reserv").click(function () { console.log("#cancel_reserv ํด๋ฆญ๋จ"); }); ์ฒซ ๋ฒ์งธ ์ฝ๋๋ ๋์ ์ผ๋ก ์์ฑ๋๋ ์์์ ๋ํด์๋ ์ด๋ฒคํธ๋ฅผ ์ฒ๋ฆฌํ ์ ์์ผ๋ฏ๋ก ํ์ด์ง๊ฐ ๋ก๋๋ ์ดํ์ ๋์ ์ผ๋ก ์์ฑ๋ .cancel_reserv ํด๋์ค๋ฅผ ๊ฐ์ง..