홈수정

This commit is contained in:
com02 2021-12-07 15:57:36 +09:00
parent f267554d8f
commit 507cb2ee5e

View File

@ -19,7 +19,7 @@ $(document).ready(function() {
gfn_myAlert(unreadNotiCnt);
// 접근성
$("#searchHeaderButton").focus(function(){
$("#searchHeaderButton").keydown(function(){
$('.skip-nav').show();
$('.skip-nav a:nth-of-type(1)').focus();
});