.trigger('click') ๊ณผ .on('click')์ ์ฐจ์ด์ ์ trigger๋ ํด๋ฆญ์ด๋ฒคํธ๋ฅผ ๊ฐ์ ๋ก ์คํ์ํค๋ ๊ฒ click๋ง๊ณ ๋ ์ฌ๋ฌ๊ฐ์ง event๋ค์ ์ฌ์ฉํ ์ ์๋ค. $(selector).trigger(event,eventObj,param1,param2,...) ๋ด๊ฐ ์ง์ ์คํํ์ง ์์๋ ๊ฐ์ ๋ก ์ด๋ฒคํธ๊ฐ ์คํ๋๋ค. https://www.w3schools.com/jquery/event_trigger.asp jQuery trigger() Method W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, ..