--- src/main/webapp/publish/js/content.js
+++ src/main/webapp/publish/js/content.js
... | ... | @@ -390,10 +390,10 @@ |
| 390 | 390 |
|
| 391 | 391 |
// 번호추가 ? 호버 시 팝업 |
| 392 | 392 |
$(".btn_add_number .qmMark").mouseover(function(){
|
| 393 |
- $(this).parents(".btnType").next(".send_hover_cont").addClass("on");
|
|
| 393 |
+ $(this).parents(".btnType").next().next(".send_hover_cont").addClass("on");
|
|
| 394 | 394 |
}) |
| 395 | 395 |
$(".btn_add_number .qmMark").mouseleave(function(){
|
| 396 |
- $(this).parents(".btnType").next(".send_hover_cont").removeClass("on");
|
|
| 396 |
+ $(this).parents(".btnType").next().next(".send_hover_cont").removeClass("on");
|
|
| 397 | 397 |
}) |
| 398 | 398 |
|
| 399 | 399 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?