Sign in
My Page
My Order
Cart
Media Shop
Search
Search
Menu 1
Menu 2
Menu 3
Menu 4
Menu 5
Ask a Question
Related Info
Category
*
== Select ==
FAQ
Related Order
My Order History
Notice
Contacts
Email
*
Contacts
== select ==
show all
== select ==
== select ==
010
011
016
017
018
019
-
-
Update my info
Inquiry
Title
*
Message
*
(
0
/1000)
File
Files will be kept for 6 months
Upload
* Only pdf, doc, jpg, zip allowed
(max 3files / 30MB)
Close
Close
Close
Upload
Submit
Cancel
Top
"); } $(document).ready(function () { // 앱인 경우 클릭을 잡아서 앱으로 전달 if ($("#shopping_app_yn").val() == "Y") { // span old version $("span[fileupload]").click(function () { if ($(this).attr("url").indexOf("giosis://imagepicker") >= 0) document.location.href = $(this).attr("url"); else eval($(this).attr("url")); }); // div new version $("div[fileupload] label").click(function () { if ($(this).parent().attr("url").indexOf("giosis://imagepicker") >= 0) document.location.href = $(this).parent().attr("url"); else eval($(this).parent().attr("url")); }); } else { $("div.ctrl_upload input[type=file]").click(function () { var checkButtonClickValidationFunc = $(this).parent().attr("checkButtonClickValidationFunc"); if (checkButtonClickValidationFunc) { return eval(checkButtonClickValidationFunc)(this); } else { return true; } }).change(function () { var checkPreUploadValidationFunc = $(this).parent().attr("checkPreUploadValidationFunc"); if (checkPreUploadValidationFunc) { if (!eval(checkPreUploadValidationFunc)(this)) return false; } __fileUpload(this); }); } }); // Android pickerType 추가 if (window.giosis) { window.giosis.uploadReviewImage2 = function (params, callback, id, pickerType) { try { window.giosis.uploadReviewImage(params, callback, id, 0, pickerType); } catch (ex) { window.giosis.uploadReviewImage(params, callback, id); } } } $(document).ready(function () { $(window).scroll(wbPos); Util.SmartWindowInit(); MyListItems.Init(); }); function wbPos() { var navi_bar_y = 0; if ($("#navigation_bar").length > 0){ navi_bar_y += $("#navigation_bar").height(); } if($("#top_menu_onscroll").length > 0){ navi_bar_y += $("#top_menu_onscroll").height(); } var yP = $(document).scrollTop() + navi_bar_y; var yB = 10; if (document.getElementById("page") != null && document.getElementById("page")!=undefined){ yB = $("#page").offset().top; } else if (document.getElementsByClassName("top_hd") >0) { yB = $(".top_hd").offset().top + $(".top_hd").height(); } else if (document.getElementById("header") != null && document.getElementById("header") != undefined) { yB = $("#header").offset().top + $("#header").height(); } if (yP >= yB) { $(".quickinfo").css("position", "fixed"); $(".quickinfo ul").css("top", 12 + navi_bar_y + "px"); $(".quickinfo").css("top", 12 + navi_bar_y + "px"); } else { $(".quickinfo").css("position", "absolute"); $(".quickinfo").css("top", "2px"); } } var MyListItems = { page_no: 1, //start: 1 MAX_PAGE: undefined, PAGE_SIZE: undefined, Init: function () { //CONST this.PAGE_SIZE = Number($("#RIGHT_WING_PAGE_SIZE").val()); var max_count = $('#view_today dd').length; this.MAX_PAGE = Math.ceil(max_count / this.PAGE_SIZE); //specific if (this.MAX_PAGE <= 1) { $('#view_today_control').hide(); } //render this.Render(1); }, Render: function (page_no) { this.RenderItem(page_no); this.RenderPageNavi(page_no); this.page_no = page_no; }, RenderItem: function (page_no) { $('#view_today dd').hide(); $('#view_today dd[page_no="' + page_no + '"]').show(); }, RenderPageNavi: function (page_no) { var buffer = ''; buffer = page_no + '/' + this.MAX_PAGE; $('#my_list_page_cnt').html(buffer); }, Prev: function () { var page_no = (this.page_no + this.MAX_PAGE - (this.PAGE_SIZE - 1)) % this.MAX_PAGE + 1; this.Render(page_no); }, Next: function () { var page_no = (this.page_no % this.MAX_PAGE) + 1; this.Render(page_no); } } //Top button scroll $(document).ready(function () { $(window).scroll(onScroll); }); function onScroll() { var scroll = $(window).scrollTop(); //console.log('scroll: ', scroll ); if (scroll > 10) { $('.btn_qst_top').show(); } else { $('.btn_qst_top').hide(); } } $("#norton_secured").bind("click", function () { var href = "https://trustsealinfo.verisign.com/splash?form_file=fdf/splash.fdf&lang=en&dn=" + $get("qstore_url").value; window.open(href, 'VRSN_Splash', 'location=yes,status=yes,resizable=yes,scrollbars=yes,width=560,height=500'); }); /* ]]> */