jQuery/jQuery 기본
제이쿼리 맛보기
hyojinny
2022. 9. 16. 18:00
$('.gnb').on('mouseenter', function() {
$('#header').addClass('on');
});
2번째 단어는 대문자 적용하기 Class