๋ก๊ทธ์ธํ์ธ์ ์ ์ก ๋ซ๊ธฐ Navbar An item A second item A third item A fourth item And a fifth one Shirts on Sale ๋ก๊ทธ์ธ ๋ฒ์ธ ํ๊ทธ์์ ๋ฐ์ํ๋ ์ด๋ฒคํธ๋ค์ด ์์ต๋๋ค. input์ด๋ฒคํธ์ change ์ด๋ฒคํธ์ธ๋ฐ ์์ ๋ญ๊ฐ ์
๋ ฅํ ๋ ๋ฐ์ํฉ๋๋ค. ๋ด์ฉ์ ์
๋ ฅํ ๋๋ ๋ณํ๊ฐ ์๊ธธ๋ ์ธ์ ์๋ ์ด๋ฒคํธ๋ฆฌ์ค๋์
๋๋ค document.getElementById('email').addEventListener('input', function(){ console.log('์๋
') }); document.getElementById('email').addEventListener('change', function(){ console.log('์๋
') });