728x90
append ํ button์ ํด๋ฆญ์ด๋ฒคํธ๋ฅผ ์ฃผ๋ ์ด๋ฐ ์ค๋ฅ ๋ฉ์๊ฐ ์ถ๋ ฅ.
(index):1 Uncaught ReferenceError: ํจ์๋ช
is not defined
at HTMLButtonElement.onclick ((index):1)
์์ธ : ๋์ ์ผ๋ก ์ถ๊ฐ๋ ํ๊ทธ๋ ์ด๋ฒคํธ๊ฐ ๋์๋์ง ์์. = ๋ก๋๋์์ ๋ ์กด์ฌํ์ง ์๋ ํ๊ทธ์ ๋ํด์๋ ์ด๋ฒคํธ๋ฅผ ๊ฑธ ์ ์๋ ๊ฒ
$(document).on('click / change ๋ฑ๋ฑ์ ์ด๋ฒคํธ', '์ด๋ฒคํธ ์ ์ฉํ ํ๊น ํ๊ทธ', ๋์ ํจ์(){});
๋๋
$('.๋ถ๋ชจ ์ด๋ฆ').on('click', '.๊ฑธ๊ณ ์ถ์ ๋์', function() {
๋ฃ์ ์์ค;
});
์ถ์ฒ : https://stackoverflow.com/questions/15420558/jquery-click-event-not-working-after-append-method