일주일로 바꾸고 싶은데....
여기서 어디를 고쳐야 하는지요,,,
$(function() {
$(".hd_pops_reject").click(function() {
var id = $(this).attr('class').split(' ');
var ck_name = id[1];
var exp_time = parseInt(id[2]);
var nextday_del = parseInt(id[3]);
$("#"+id[1]).css("display", "none");
if(nextday_del == 1){
var tDate = new Date();
set_cookie_new(ck_name, 1, 23-tDate.getHours(), 60-tDate.getMinutes(), g5_cookie_domain);
}else{
set_cookie(ck_name, 1, exp_time, g5_cookie_domain);
}
});
$('.hd_pops_close').click(function() {
var idb = $(this).attr('class').split(' ');
$('#'+idb[1]).css('display','none');
});
$("#hd").css("z-index", 1000);
});
답변 2개 / 댓글 2개
그냥 24시간*7 하면 됩니다.
관리자메뉴
환경설정 => 팝업레이어 => 시간
답변에 대한 댓글 1개
이렇게 메뉴얼도 한번씩 찾아보시면 좋을듯 합니다.
답변에 대한 댓글 1개
답변을 작성하려면 로그인이 필요합니다.