-
공지 타세요 게시판 특별 규정(22.08.22)
퀘이사존
55.9k
11-08
-
브레엠보오
28 12791
2025.05.14 08:30
-
링크 https://link.gmarket.co.kr/135iec0yx 가격 ₩ 1,219,450 (KRW)
G123 인기 게임 랭킹 AD
+ Point
전체 게임 보기
하이스쿨 D×D Operation paradise infinity
거미입니다만, 문제라도? 미궁의 지배자
흔해빠진 직업으로 세계최강 리벨리온 소울
퀸즈 블레이드 리미트 브레이크
마법선생 네기마! 마호라 패닉
댓글: 28개
`, callbacks: { onInit: function () { // XSS Vulnerability Protection (frontend side) $('.btn-codeview').bindFirst('click', function () { var trusted_src = [ 'www.youtube(?:-nocookie)?.com', 'serviceapi.(?:rmc)?nmv.naver.com', 'vine.co', 'instagram.com', 'player.vimeo.com', 'www.vimeo.com', ]; var filter = /<\/*(?:applet|b(?:ase|gsound|link)|embed|frame(?:set)?|i(?:frame|layer)|l(?:ayer|ink)|meta|object|s(?:cript|tyle)|title|xml)[^>]*?>/gi; var iframe = /(
';summernote.summernote('pasteHTML', videoHtml);} else {var image = $('
');} } else { alert(data.message); }hideGifEnc(); },error:function(request,status,error){console.log("code:"+request.status+"\n"+"message:"+request.responseText+"\n"+"error:"+error);hideGifEnc();loader(false);} });}function uploadImageFiles2(index, file, el) {var form_data = new FormData();form_data.append('_token', 'xbi3xjzhNsC82JJOP97ETyKQqkAKDCxkBwf30nEv');form_data.append('imageFile', file);if(file.type === "image/gif"){showGifEnc();}$.ajax({data: form_data, type: "POST", dataType : 'json', url: "https://quasarzone.com/images/upload", async: false, cache: false, contentType: false, enctype: 'multipart/form-data', processData: false, success: function(data) { if (data.result === 'success') { var isNewLineChecked = $('input:checkbox[id="new-line-checkbox"]').is(':checked') addImageIntoSummernote(index, data, $('#summernote_comment'), isNewLineChecked); } else { alert(data.message); loader(false); }hideGifEnc(); },error:function(request,status,error){hideGifEnc();loader(false);} });}
').appendTo(document.body);gifencBg = $(".gif-encoding-background");}if(gifenc.length == 0){jQuery('
GIF 파일 최적화중..
잠시만 기다려주세요.
').appendTo(document.body);gifenc = $(".gif-encoding");}gifenc.show();gifencBg.show();var edDivX = edDivEl.offset().left;var edDivY = edDivEl.offset().top;gifencBg.css("top",edDivY);gifencBg.css("left",edDivX);gifencBg.css("width",edDivEl.outerWidth());gifencBg.css("height",edDivEl.outerHeight());var scTop = $(window).scrollTop();var gifencTop = edDivY+((edDivEl.height()-gifenc.height())/2);var gifencLeft = edDivX+((edDivEl.width()-gifenc.width())/2);gifenc.css("top",gifencTop);gifenc.css("left",gifencLeft);}function hideGifEnc(){var gifenc = $(".gif-encoding");var gifencBg = $(".gif-encoding-background");gifenc.hide();gifencBg.hide();}
이미지 업로드
');}$("#ajax-reply-list .best-comment-wrap").append(html_build);}else{$("#ajax-reply-list").append(html_build);} var commentEl = "#comment"+ajaxdata[i].id $(commentEl + "best").find(".content-view-ok").html(ajaxdata[i].content); $(commentEl).find(".content-view-ok").html(ajaxdata[i].content); changeGoodButtonIcon(ajaxdata[i].is_good, $(commentEl + "best").find('.top-util-area').find('#goodButton')) changeGoodButtonIcon(ajaxdata[i].is_good, $(commentEl).find('.top-util-area').find('#goodButton')) function changeGoodButtonIcon(isGood, el) { if (isGood) { el.removeClass('no'); } else { el.addClass('no') } }}goodButtonInit()}}function drawReply(type, data) { var html = "";var dataIdName = data.idif(type!="common" && type != 2) {dataIdName += type}if (type == 2) {html += '
';if(data.isVan) {html += '
';html += '
'; // 1html += '
';html += '
';return html;}html += '
';if(!data.user_profile) {html += '';}else {html += '';}html += '
'; if(data.is_writer) { html += '
글쓴이
'; }html += '
';html += '
';if(type == 2) {html += '
';} else {html += '
';}if(data.user_as_level) {html += '';}html += data.user_nick;html += '
'; html += '
'; if(type == 'best') { html += '베스트 댓글'; }html += '
';html += '
';html += '' + data.reg_at + '';html += '
';html += '
';html += '
';if (type == 2) {html += '
';html += ' @' + data.as_re_name + '';} else if (type == 'best') {if (data.as_re_name != '') {html += '
';html += ' @' + data.as_re_name + '
';}}if(data.as_shingo < 0) {html += addBlindIcon(data.id);}else {html += '
'; // 3}if(data.as_lucky > 0){html += '
축하합니다! 행운 포인트 ' + data.as_lucky + '점을 획득하였습니다.
';}html += '
';html += '
';html += '
';html += '
';html += '
';html += '
';html += '
';html += '';return html;} function addBlindIcon(id) { return '
' + ' 블라인드 처리된 댓글입니다.' + '
'; }function clearCommentHtml(){$("#ajax-reply-list").empty();}function showReply(comment, id){if(id){if($("#replay_all_btn" + id).hasClass('open')){$(".comment_reply" + id).show();$("#replay_all_btn" + id).html("답글 접기"); $("#replay_all_btn" + id).removeClass("open");$("#replay_all_btn" + id).addClass("replay-all-close");}else{cancelComment()$(".comment_reply" + id).remove();$("#replay_all_btn" + id).html("답글 전체보기"); $("#replay_all_btn" + id).addClass("open"); $("#replay_all_btn" + id).removeClass("replay-all-close");}}} var goodClick = true; function goodButtonInit() { $(".goodButton, .noGoodButton").not('.init').on('click', function(e) { if(goodClick == true){ goodClick = false; var $tx; if($(this).hasClass("goodButton")) { $tx = "good"; } else { $tx = "nogood"; } excuteGood(this.href, $(this), $tx); setTimeout(function(){ goodClick = true; }, 1500); return false; } else { return false; } }).not('.init').on('dblclick', function(e) { e.preventDefault(); }); $(".goodButton, .noGoodButton").addClass('init') }function showReplyAll() {if($('.comment-btn.open').length > 0){$('.comment-btn.open').each(function () {var id = $(this).attr('data-id')var row = $(this).attr('data-row')var comment = $(this).attr('data-comment')showReply(comment, id, row)})}}
출석체크 구독하기
- 핫딜/장터
-
- 핫딜
- 파트너핫딜 •
- 타세요
- 장터
- 타세요 BEST(추천순)
-
- 1 [알리] ASRock 9070 XT 스틸레전드 16GB, (카드가 947,580) 7
- 2 [네이버] 5070 Ti AMP Extreme Infinity 1299000원 (체감 124만) 10
- 3 [알리] GIGABYTE 라데온 RX 9060 XT Gaming 16GB 2
최신 파트너 핫딜
1 / 5
399,900원 [알리] DELL 34인치 21:9 WQHD S3422D... 1 99,000원 [기타] 브라보텍, 울트라 와이드뷰 튜닝 PC 케이스 J... 2 79,000원 [네이버] 다얼유 자석축 신규색상 '올 화이트(측각)' ... 5 683,614원 [알리] 👑 듀얼업 28MQ780 68만 외 특가 (6/... 143,020원 [알리] 마이크로닉스 GM3-문 (43,020원/무료배송) 5 299,940원 [지마켓] ✨메가세일✨LG 게이밍 27GP750(29만)... 2 119,200원 [기타] 마이크로닉스 WIZMAX 루프탑 (119,200... 0 235,290원 [기타] LG 인기 모니터 카카오 톡딜 기획전 할인 행사... 11,792,220원 [지마켓] LG 45GX90SA(체감가 169.2만) 4... 5 179,000원 [알리] 6월 레노버 태블릿 특별할인 모음 전 (저가형~... 3 41,115원 [알리] 마이크로닉스 WIZMAX MOON (41,115... 2 231,915원 [알리] 쿨하게 JUNE비해 쿠폰코드 및 LG전자 QHD... 51,338,000원 [기타] <LG전자 x 이마트에브리데이> 오늘부터 LG... 3 636,090원 [네이버] 06.17 단하루 핫딜어택 삼성 오디세이 G7... 4 1,636,200원 [알리] 잇섭 천하제일 견적대회 인텔 코어 울트라 수상 ... 4 59,000원 [쿠팡] 제닉스 ARENA POLAR DESK 컴퓨터책상... 285,490원 [쿠팡] 주연테크 V24FX 24인치 FHD 100Hz ... 2 123,880원 [알리] SKULL 1000XM ATX 3.0 80PLU... 4 171,750원 [지마켓] BattleG 32인치 240Hz, BG32C... 2 149,000원 [네이버] GC201FR 발받침 게이밍의자 특가 (체감가... 0최신 공식 기사
1 / 3
5090 가격 정상화? R5 5500X3D 기습 출시! 16 고급형 RTX 5060 163 터치스크린 달린 엘텐바이미 등장! 178 RTX 5060에도 역시나 등장한 겜오씨 64레이저가 정의하는 유령 디자인 215 짧고 귀여워진 얼음 독수리, 근데 또 짧아진 게 있다고?... 127 레이싱 게임을 더욱 현실감 있게! 335 겜오씨 라인업에 라데온 RX 9060 XT 8GB 등장! 238화면도 커, 기능도 많아, 게다가 USB-C까지! 181 대세는 따라야지? 원목 적용 darkFlash 케이스 246 둠: 더 다크 에이지스, 성능 특성 알아보기 17 휴대용 모니터에 킥스탠드가? 19
투표 참여자 보기
') $tmp.find('span').text(e.nick) $tmp.find('img').attr('src', e.img_path) $tmp.find('.user-nick-wrap').attr('data-id', e.data_id) $tmp.find('.user-nick-wrap').attr('data-row', e.data_row) $list.append($tmp) }) $pop.addClass('active') userNickWrapReInit(); drawVotePagination(index, count, data); } function drawVotePagination(index, count, data) { $(".voter-popup-area .paging-wrap").empty(); var currentPage = data.current_page; var firstPage = 1; var lastPage = data.last_page; var offset = parseInt(currentPage / 5); var remain = currentPage % 5; var pagingStartNum = remain == 0 ? (offset - 1) * 5 + 1 : offset * 5 + 1; var pagingLastNum = pagingStartNum + 4; if (pagingLastNum > lastPage) { pagingLastNum = lastPage; } var prevPage = pagingStartNum - 5; if (prevPage < 0) { var prevPage = 1; } if (nextPage > lastPage) { var nextPage = pagingLastNum } else { var nextPage = pagingLastNum + 1; } if (lastPage == 1) { $('.voter-popup-area').find('.paging-wrap').remove('.paging-wrap'); } else { var tag = ''; tag += '
'; if (currentPage == 1) { tag += '이전'; } else { tag += '이전'; } tag += '
- '; for (var i = pagingStartNum; i <= pagingLastNum; i++) { if (currentPage == i) { tag += '
- ' + i + ' '; } else { tag += '
- ' + i + ' '; } } tag += '
'; if (pagingLastNum == lastPage) { tag += '다음'; } else { tag += '다음'; } tag += '
'; } $(".voter-popup-area .paging-wrap").append(tag); } function closeVoteListPop() { var $pop = $('.voter-popup-wrap') $pop.removeClass('active') } function DcCancelUser() { location.href = 'https://quasarzone.com/bbs/qb_tsy/cancel/user/140226'; } function rePromotion() { location.href = 'https://quasarzone.com/bbs/qb_tsy/rePromotion/140226'; }