2024/08/27 번호추가 ? 호버 시 팝업 노출 수정
This commit is contained in:
parent
a8e7f62a6d
commit
2fb99b0485
@ -390,10 +390,10 @@ $(document).ready(function () {
|
||||
|
||||
// 번호추가 ? 호버 시 팝업
|
||||
$(".btn_add_number .qmMark").mouseover(function(){
|
||||
$(this).parents(".btnType").next(".send_hover_cont").addClass("on");
|
||||
$(this).parents(".btnType").next().next(".send_hover_cont").addClass("on");
|
||||
})
|
||||
$(".btn_add_number .qmMark").mouseleave(function(){
|
||||
$(this).parents(".btnType").next(".send_hover_cont").removeClass("on");
|
||||
$(this).parents(".btnType").next().next(".send_hover_cont").removeClass("on");
|
||||
})
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user