쇼핑몰: 장바구니 옵션 선택사항 수정 시 마스크 레이어 제거

This commit is contained in:
whitedot
2013-06-12 09:40:03 +09:00
parent 00e8ced9b2
commit d744a1e1f7
3 changed files with 0 additions and 18 deletions

View File

@ -241,12 +241,10 @@ $(function() {
// 옵션수정 닫기
$("#mod_option_close").live("click", function() {
$("#mod_option_frm").remove();
$("#win_mask, .window").hide();
$(".mod_options").eq(close_btn_idx).focus();
});
$("#win_mask").click(function () {
$("#mod_option_frm").remove();
$("#win_mask").hide();
$(".mod_options").eq(close_btn_idx).focus();
});