aria-hidden 마우스오버관련해서
본문
<div class="test1" aria-hidden="true"></div>
<div class="test2" aria-hidden="false"></div>
위와 같은 상태에서
마우스 오버시에
test1 = aria-hidden="false"
test2 = aria-hidden="true"
되었다가 마우스오버가 종료되면
다시
test1 = aria-hidden="true"
test2 = aria-hidden="false"
로 적용하려면 제이쿼리를 어떻게 해야할까요
답변을 작성하시기 전에 로그인 해주세요.