키보드 이용시 카테고리 스크립트 오류수정
This commit is contained in:
@ -49,7 +49,6 @@ $(function(){
|
|||||||
$(".gnb_2da").focusin(function() {
|
$(".gnb_2da").focusin(function() {
|
||||||
$(".gnb_1dli").removeClass("gnb_1dli_over gnb_1dli_over2 gnb_1dli_on");
|
$(".gnb_1dli").removeClass("gnb_1dli_over gnb_1dli_over2 gnb_1dli_on");
|
||||||
var $gnb_li = $(this).closest(".gnb_1dli").addClass("gnb_1dli_over gnb_1dli_on");
|
var $gnb_li = $(this).closest(".gnb_1dli").addClass("gnb_1dli_over gnb_1dli_on");
|
||||||
menu_rearrange($(this).closest(".gnb_1dli"));
|
|
||||||
hide_menu = false;
|
hide_menu = false;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user