본문 바로가기
jQuery/jQuery 기본

제이쿼리 맛보기

by hyojinny 2022. 9. 16.
    $('.gnb').on('mouseenter', function() {
      $('#header').addClass('on');
    });

https://jquery.com/download/
html 적용
html 적용

2번째 단어는 대문자 적용하기 Class

css 에서 적용

댓글