Merge branch 'advc' of http://hylee@vcs.iten.co.kr:9999/hylee/mjon_git into advc
This commit is contained in:
commit
c1a34e5c16
@ -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