WEB UIUX/jQuery
[jQuery]제이쿼리 .on 이벤트(마우스클릭, 오버, 아웃.../click(), mouseover(), mouseout(), blur(), focus())
#on 이벤트 click() - 마우스 클릭시 이벤트발생 mouseover() - 마우스 오버시 이벤트발생 mouseout() - 마우스 아웃시 이벤트발생 blur() - 포커스가 선택한 요소에서 다른요소로 이동 되었을 때 이벤트가 발생하거나, focus이벤트가 강제로 사라지도록 함. focus() - Tab키 접근시 포커스되도록 함 See the Pen [jQuery]on이벤트 by kaia (@kaiaakim) on CodePen.