', ' '], responsiveRefreshRate: 200, }).on('changed.owl.carousel', syncPosition); sync2 .on('initialized.owl.carousel', function() { sync2.find(".owl-item").eq(0).addClass("current"); }) .owlCarousel({ items: slidesPerPage, dots: false, nav: false, margin: 10, smartSpeed: 200, slideSpeed: 500, lazyLoad:true, slideBy: slidesPerPage, autoHeight:true, responsiveRefreshRate: 100 }).on('changed.owl.carousel', syncPosition2);function syncPosition(el) { var current = el.item.index; var count = el.item.count - 1; if (current < 0) { current = count; } if (current > count) { current = 0; } sync2 .find(".owl-item") .removeClass("current") .eq(current) .addClass("current"); var onscreen = sync2.find('.owl-item.active').length - 1; var start = sync2.find('.owl-item.active').first().index(); var end = sync2.find('.owl-item.active').last().index(); if (current > end) { sync2.data('owl.carousel').to(current, 100, true); } if (current < start) { sync2.data('owl.carousel').to(current - onscreen, 100, true); } }function syncPosition2(el) { if (syncedSecondary) { var number = el.item.index; sync1.data('owl.carousel').to(number, 100, true); } }sync2.on("click", ".owl-item", function(e) { e.preventDefault(); var number = $(this).index(); sync1.data('owl.carousel').to(number, 300, true); }); }); $(document).ready(function() { var idpost = $('#hdfProductID').val(); var type = $('body').attr('data-type'); setTimeout(function() {viewpost(idpost,type); }, 5000); var height_hu = $('.content').height(); if (height_hu > 300) {$('.content').css('height', '500px');$('.content').css('overflow', 'hidden');$('
').insertAfter('.content'); } $('body').on('click','.xemthem', function(e){ e.preventDefault(); $('#thumb-article').click(); }); $('body').on('click','.show-more', function(e){ e.preventDefault(); $('.article').css('height','auto'); $(this).remove(); }); $(".ent-section-header").addClass("closed"); $('.ent-section-header').click(function() { let $this = $(this); $this.toggleClass("closed active"); $this.siblings().slideToggle(); return false; }); $('body').on('click','.close_slider', function(e){e.preventDefault();$('.modal_slider').css('display','none');$('.contentslider').html('');$('html, body').css('overflow','auto'); $('.popup-video-rating').removeClass('active'); }); }); $(document).ready(function () { $('.btnRatingUpload').bind('click', function () {$this = $(this);$this.parents('.formkh').find('.hdFileRatingUpload').click(); }); $('body').on('click','.srgn', function(e) { e.preventDefault(); $('.cnhn').click(); }); $('.hdFileRatingUpload').change(function (e) { e.preventDefault(); $this = $(this); var id = $(this).attr('id'); var error_images =''; var form_data = new FormData(); var files = $('#' + id)[0].files; if (files.length > 100) {error_images +='Bạn không thể chọn nhiều hơn 100 ảnh'; } else {for (var i = 0; i < files.length; i++) { var name = document.getElementById(id).files[i].name; var ext = name.split('.').pop().toLowerCase(); if (jQuery.inArray(ext, ['gif', 'png', 'jpg', 'jpeg']) == -1) {error_images +='Invalid ' + i + ' File
'; } var oFReader = new FileReader(); oFReader.readAsDataURL(document.getElementById(id).files[i]); var f = document.getElementById(id).files[i]; var fsize = f.size || f.fileSize; if (fsize > 10000000) {error_images +='Bạn chỉ có thể up ảnh dưới 10Mb
';alert(error_images); } else {form_data.append('file[]', document.getElementById(id).files[i]); }} } form_data.append("action", "upload_star_product"); form_data.append("_token", "EVB9Y95UFvcHtDGwyFELdLgUkBGzlmgY4MbQAaMm"); if (error_images =='') {$.ajax({ url: 'https://ttpvn.vn/AjaxEnt', type: 'POST', data: form_data, contentType: false, cache: false, processData: false, beforeSend: function () {$('#error_multiple_files').html(); }, success: function (data) {$('#error_multiple_files').html();$this.parents('.formkh').find('.resImg_hdFileRatingUpload').prepend(data);$this.parents('.formkh').find('.hdFileRatingUpload').val('');return false; }}); } else {$this.parents('.formkh').find('.hdFileRatingUpload').val('');$this.parents('.formkh').find('.error_multiple_files').html();return false; }});$.fn.extend({toggleText: function (a, b) { var isClicked = false; var that = this; this.click(function () {if (isClicked) { that.text(a); isClicked = false;} else { that.text(b); isClicked = true;} }); return this;} }); $('body').on('click','.delete_img_upload_cmt', function(e) {e.preventDefault(); var id = $(this).attr('id'); $('.data_edit_'+id).remove(); }); $('body').on('click', '#guidanhgia', function(e){ e.preventDefault(); $this = $(this); var stardata = $("#formstar").serialize(); $.ajax({ url: 'https://ttpvn.vn/AjaxEnt', type : 'POST', data : { stardata : stardata, _token : "EVB9Y95UFvcHtDGwyFELdLgUkBGzlmgY4MbQAaMm", action : 'data_star_product' },beforeSend: function(){ $(".page-type-product").prepend(''); }, success : function(data) { $('#preloader').remove(); $this.parents('.formkh').find('.if .alert').css('display', 'block'); if (data==0) {$this.parents('.formkh').find('.if .alert').text('Yêu cầu vote 1-5 sao, nhập thông tin đầy đủ'); } else {$this.parents('.formkh').find('.ratingLst').prepend(data);$this.parents('.formkh').find('.if .alert').text('Gửi đánh giá thành công');$this.parents('.formkh').find('#fRContent').val(''); $this.parents('.formkh').find('#fRPhone').val(''); $this.parents('.formkh').find('#fRName').val(''); $this.parents('.formkh').find('#fREmail').val(''); $this.parents('.formkh').find('.hdFileRatingUpload').val(''); $this.parents('.formkh').find('.resImg_hdFileRatingUpload').html(''); $('.input_formstar').css('display','none'); $('.hux_m').remove(); $('html').css('overflow','auto'); }} }); }); $('.click_show_cmt').on('click', function () {$('#formstar').toggle();$('.click_show_cmt').toggleClass('close-btt');$('html, body').css('overflow','hidden');$('html').append('
'); }); $('.bt-hoidap').on('click', function () {$('#input_cmt').toggle();$('html, body').css('overflow','hidden');$('html').append('
'); }); $('#s1').on('click', function () {$('#s1').removeClass('icontt-star-p-dark');$('#s1').addClass('icontt-star-p');$('#s2').removeClass('icontt-star-p');$('#s3').removeClass('icontt-star-p');$('#s4').removeClass('icontt-star-p');$('#s5').removeClass('icontt-star-p');$('#s2').addClass('icontt-star-p-dark');$('#s3').addClass('icontt-star-p-dark');$('#s4').addClass('icontt-star-p-dark');$('#s5').addClass('icontt-star-p-dark');var content ='Không thích';$('.rsStar').html(content);$('.rsStar').css('display', 'inline-block'); }); $('#s2').on('click', function () {$('#s1').removeClass('icontt-star-p-dark');$('#s2').removeClass('icontt-star-p-dark');$('#s1').addClass('icontt-star-p');$('#s2').addClass('icontt-star-p');$('#s3').removeClass('icontt-star-p');$('#s4').removeClass('icontt-star-p');$('#s5').removeClass('icontt-star-p');$('#s3').addClass('icontt-star-p-dark');$('#s4').addClass('icontt-star-p-dark');$('#s5').addClass('icontt-star-p-dark');var content ='Tạm được';$('.rsStar').html(content);$('.rsStar').css('display', 'inline-block'); }); $('#s3').on('click', function () {$('#s1').removeClass('icontt-star-p-dark');$('#s2').removeClass('icontt-star-p-dark');$('#s3').removeClass('icontt-star-p-dark');$('#s1').addClass('icontt-star-p');$('#s2').addClass('icontt-star-p');$('#s3').addClass('icontt-star-p');$('#s4').removeClass('iconcom-star');$('#s5').removeClass('iconcom-star');$('#s4').addClass('icontt-star-p-dark');$('#s5').addClass('icontt-star-p-dark');var content ='Bình thường';$('.rsStar').html(content);$('.rsStar').css('display', 'inline-block'); }); $('#s4').on('click', function () {$('#s1').removeClass('icontt-star-p-dark');$('#s2').removeClass('icontt-star-p-dark');$('#s3').removeClass('icontt-star-p-dark');$('#s4').removeClass('icontt-star-p-dark');$('#s1').addClass('icontt-star-p');$('#s2').addClass('icontt-star-p');$('#s3').addClass('icontt-star-p');$('#s4').addClass('icontt-star-p');$('#s5').removeClass('icontt-star-p');$('#s5').addClass('icontt-star-p-dark');var content ='Rất tốt';$('.rsStar').html(content);$('.rsStar').css('display', 'inline-block'); }); $('#s5').on('click', function () {$('#s1').removeClass('icontt-star-p-dark');$('#s2').removeClass('icontt-star-p-dark');$('#s3').removeClass('icontt-star-p-dark');$('#s4').removeClass('icontt-star-p-dark');$('#s5').removeClass('icontt-star-p-dark');$('#s1').addClass('icontt-star-p');$('#s2').addClass('icontt-star-p');$('#s3').addClass('icontt-star-p');$('#s4').addClass('icontt-star-p');$('#s5').addClass('icontt-star-p');var content ='Tuyệt vời quá';$('.rsStar').html(content);$('.rsStar').css('display', 'inline-block'); }); $('.lStar > i').on('click', function () {$('.ipt').css('display', 'block');var id = $(this).attr('id').replace(/[^0-9]/gi, '');var id_int = parseInt(id, 10);$('#hdfStar').val(id_int); }); $("#fRContent").keyup(function () {$(".ckt").text(($(this).val().length) + " kí tự (tối thiểu 80 kí tự)"); }); $('body').on('click', '.cmtr', function (e) {e.preventDefault();var id = $(this).attr('data-id');var dataclass = $(this).attr('data-class');$('.modal_cmtpost').show();$(".cn_tt_cmtpost").attr("id", id);$(".cn_tt_cmtpost").attr("data-class", dataclass);var parent = $(this).attr('id');$('.readycss_p').addClass('reply_input'+parent+dataclass);$('.cn_tt_cmtpost').attr('id',parent);$('html, body').css('overflow','hidden'); }); $('body').on('click','.close_cmtpost, .hdgia_cmt', function(e) { $('.modal_cmtpost').hide();$('html, body').css('overflow','auto');$('.hux_m').remove(); }); $('body').on('click','.hdgia_bl', function(e) { $('#input_cmt').hide();$('html, body').css('overflow','auto');$('.hux_m').remove(); }); $('body').on('click','.hdgia_tl_cmt', function(e) { $('.modal_p_cmt').toggle();$('html, body').css('overflow','auto'); }); $('body').on('click', '.cn_tt_cmtpost', function (e) {e.preventDefault();var parent = $(this).attr('id');var dataclass = $(this).attr('data-class');var cfmUserName = $('.modal_cmtpost .cfmUserName').val();var cfmUserPhone = $('.modal_cmtpost .cfmUserPhone').val();var cfmUserEmail = $('.modal_cmtpost .cfmUserEmail').val();var content = $('.reply_input' + parent + dataclass).val();var hdfProductID = $('#hdfProductID').val(); if (parent =='' || cfmUserName =='' || cfmUserPhone =='' || content =='') { alert('Bạn phải điền đầy đủ thông tin')} else { $.ajax({url: 'https://ttpvn.vn/AjaxEnt',type: 'POST',data: { _token : "EVB9Y95UFvcHtDGwyFELdLgUkBGzlmgY4MbQAaMm", dataclass: dataclass, parent: parent, cfmUserName: cfmUserName, cfmUserPhone: cfmUserPhone, cfmUserEmail: cfmUserEmail, hdfProductID: hdfProductID, content: content, action: 'reply_product'},success: function (data) { $('.modal_cmtpost').hide(); $('#r-' + parent + dataclass).append(data); $('.cfmUserName').val(''); $('.cfmUserEmail').val(''); $('.reply_input' + parent + dataclass).val(''); $(".cn_tt").attr("id", ''); $('html, body').css('overflow','auto');},error: function () { $('#formstar .alert').removeClass('hidden'); $('#formstar .alert').html('Đã có lỗi xảy ra, hãy thử lại.');} });} }); $('body').on('click', '.load_more_star', function (e) {e.preventDefault();$this = $(this);var p = $(this).attr('data-p');var v = $(this).attr('data-v');var idproduct = $('.page-type-product').attr('data-id');$.ajax({ url: 'https://ttpvn.vn/AjaxEnt', type: 'POST', data: {_token : "EVB9Y95UFvcHtDGwyFELdLgUkBGzlmgY4MbQAaMm",p: p,v: v,idproduct: idproduct,action: 'load_more_star' }, beforeSend: function(){ $this.prepend('
'); }, success: function (data) { setTimeout(function() { $('.cont_bl').append(data); var p_c = parseInt($this.attr('data-p'))+1; $this.attr('data-p',p_c); var c = parseInt($this.attr('data-c')); if ((p_c - 1)*5 >= c) {$this.remove(); } $('.bubblingG').remove(); }, 3000); }, error: function () { }}); }); $('body').on('click', '.load_more_cmt', function (e) {e.preventDefault();$this = $(this);var p = $(this).attr('data-p');var idproduct = $('.page-type-product').attr('data-id');$.ajax({ url: 'https://ttpvn.vn/AjaxEnt', type: 'POST', data: {_token : "EVB9Y95UFvcHtDGwyFELdLgUkBGzlmgY4MbQAaMm",p: p,idproduct: idproduct,action: 'load_more_cmt' }, success: function (data) {$('.cont_bl_cmt').append(data);var p_c = parseInt($this.attr('data-p'))+1;$this.attr('data-p',p_c);var c = parseInt($this.attr('data-c'));if ((p_c - 1)*3 >= c) { $this.remove();} }, error: function () { }}); }); $('body').on('click','.cont_bl .rat img', function(e) {e.preventDefault();var idproduct = $('.page-type-product').attr('data-id');$this = $(this);$.ajax({ url: 'https://ttpvn.vn/AjaxEnt', type: 'POST', data: {_token : "EVB9Y95UFvcHtDGwyFELdLgUkBGzlmgY4MbQAaMm",idproduct: idproduct,action: 'load_star_img' }, success: function (data) {var urlcurrent = $this.attr('src');var oArray = [];$(data).find('.ent-src').each(function(){ src = $(this).attr('src'); o = $(this).parents('.hs_slider').index(); if (src == urlcurrent) {oArray.push(o); } });$('.contentshowimgdt').html(data);$('.showimgdt').css('display','block');$('html,body').css('overflow','hidden');sliderimgstar(oArray); }, error: function () { }}); }); $('body').on('click','.close_showimgdt', function(e) {e.preventDefault();$('.showimgdt').css('display','none');$('.contentshowimgdt').html('');$('html,body').css('overflow','auto'); }); $('body').on('click','.cmtl', function(e) { e.preventDefault(); var idrating = $(this).attr('data-rate'); var $this = $(this); $.ajax({ url: 'https://ttpvn.vn/AjaxEnt', type: 'POST', data: { _token : "EVB9Y95UFvcHtDGwyFELdLgUkBGzlmgY4MbQAaMm", idrating: idrating, action: 'likerating' }, success: function (data) { if (data==0) { return false; } else { $this.html(data); } }, error: function () { } });}); $('body').on('click','.title_filter_rv', function(e) { e.preventDefault();$('.arrow-filter').toggle();$('.ul_item_rv').toggle(); }); $('body').on('click','.ul_item_rv_item', function(e) {e.preventDefault();$('.ul_item_rv_item').removeClass('active');$(this).addClass('active');$('.ul_item_rv').css('display','none');$('.arrow-filter').css('display','none');var idproduct = $('.page-type-product').attr('data-id');var r = $(this).attr('data-v');$.ajax({ url: 'https://ttpvn.vn/AjaxEnt', type: 'POST', data: {_token : "EVB9Y95UFvcHtDGwyFELdLgUkBGzlmgY4MbQAaMm",r: r,idproduct: idproduct,action: 'load_filter_star' }, success: function (data) {$('.cont_bl_t').html(data);if ($('.load_more_star').attr('data-c')) { var count = parseInt($('.load_more_star').attr('data-c'));} else { var count = parseInt($('.cont_bl .par').length);}$('#boxRatingCmt .title_dg').html(count + ' đánh giá'); }, error: function () { }}); }); });jQuery(document).ready(function($) { $('body').on('click', '#p_guidanhgia', function(e){ e.preventDefault(); $this = $(this); var commentdata = $("#input_cmt").serialize(); var posttype = $(this).attr('data-posttype'); $.ajax({ url: 'https://ttpvn.vn/AjaxEnt', type : 'POST', data : {_token : "EVB9Y95UFvcHtDGwyFELdLgUkBGzlmgY4MbQAaMm",commentdata : commentdata,posttype : posttype, action : 'p_comment' }, success : function(data) { if (data==0) { $this.parents('.extCt').find('.alert').text('Số điện thoại, Tên, Nội dung bình luận là bắt buộc'); $this.parents('.extCt').find('.alert').css('display','block'); } else { $('.ratingLst .cont_bl_cmt').prepend(data); $('#input_cmt').hide(); $('html, body').css('overflow','auto'); $('.hux_m').remove();$('#p_name').val(''); $('#p_phone').val(''); } } }); }); $('body').on('click', '.hdgia', function(e){e.preventDefault(); $('.input_formstar').css('display','none');$('.hux_m').remove();$('html, body').css('overflow','auto'); }); $('body').on('click', '.tlcmtr', function(e){e.preventDefault(); var id = $(this).attr('id'); $('.tlrr-'+id).css('display','block'); }); $('body').on('click', '.tlcmtr', function (e) {e.preventDefault();var dataclass = $(this).attr('data-class'); var id = $(this).attr('data-id');var dataclass = $(this).attr('data-class');$('.modal_p_cmt').show();$(".b_r_p_button").attr("id", id);$(".b_r_p_button").attr("data-class", dataclass);var parent = $(this).attr('id');$('.readycss').addClass('reply_input'+parent+dataclass);$('.b_r_p_button').attr('id',parent);$('html, body').css('overflow','hidden'); }); $('body').on('click','.p_close_cmtpost', function(e) { $('.modal_p_cmt').hide();$('#readycss').attr('class','');$('#readycss').addClass('readycss');$('html, body').css('overflow','auto'); }); $('body').on('click', '.b_r_p_button', function (e) {e.preventDefault();var dataclass = $(this).attr('data-class');var parent = $(this).attr('id');var r_p_name = $('.r_p_name').val();var r_p_phone = $('.r_p_phone').val();var content = $('.reply_input' + parent + dataclass).val();var p_id = $('#p_id').val();if (parent =='' || r_p_name =='' || r_p_phone =='' || content =='') { alert('Bạn phải điền đầy đủ thông tin')} else { $.ajax({url: 'https://ttpvn.vn/AjaxEnt',type: 'POST',data: { _token : "EVB9Y95UFvcHtDGwyFELdLgUkBGzlmgY4MbQAaMm", dataclass: dataclass, parent: parent, name: r_p_name, phone: r_p_phone, p_id: p_id, content: content, action: 'cmt_product'},success: function (data) { $('.modal_p_cmt').hide(); $('#r-' + parent + dataclass).append(data); $('.r_p_name').val(''); $('.r_p_mail').val(''); $('.reply_input' + parent + dataclass).val(''); $(".b_r_p_button").attr("id", '');},error: function () { $('#formstar .alert').removeClass('hidden'); $('#formstar .alert').html('Đã có lỗi xảy ra, hãy thử lại.');} });} }); $('body').on('click','#thumb-images-gallery-tt',function(e){e.preventDefault();var idproduct = $('.page-type-product').attr('data-id');$('.box-inner-item').removeClass('active');$(this).addClass('active');$.ajax({ url: 'https://ttpvn.vn/AjaxEnt', type: 'POST', data: {idproduct: idproduct,_token : "EVB9Y95UFvcHtDGwyFELdLgUkBGzlmgY4MbQAaMm",action: 'gallery_tt' }, success: function (data) {$('.data-slide').html(data);slidehasp();scrollafteax(); },}); });$('body').on('click','#thumb-videos',function(e){e.preventDefault(); var idproduct = $('.page-type-product').attr('data-id'); $this2 = $(this); $dttab = $(this).attr('data-tab'); $.ajax({ url: 'https://ttpvn.vn/AjaxEnt', type: 'POST', data: { idproduct: idproduct, _token : "EVB9Y95UFvcHtDGwyFELdLgUkBGzlmgY4MbQAaMm", action: 'load_tab_slider' },beforeSend: function(){$(".page-type-product").prepend('');}, success: function (data) { $('#preloader').remove();var stt_tab = $dttab; $('.contentslider').html(data); $('.modal_slider').css('display','block'); $('html, body').css('overflow','hidden'); slide_video_sp(); slide_hinhthucte(); slide_sanpham(); $('#tabs a:not(#tab'+stt_tab+')').addClass('inactive'); $('.containerz:not(#tab'+stt_tab+'C)').css('display','none'); var w_item = ($('.modal_content_slider').width() - 20 - 90)/10; $('#hinhsp2, #hinhthucte2').css('height',w_item); var w_item_2 = parseInt(w_item) + 110; $('#hinhsp1, #hinhthucte1').css({ 'height': 'calc(100vh - ' + w_item_2 + 'px)' }); var height_para = $('.modal_content_slider').height() - 100; if ($('.div-para1').height() > height_para) { $('.div-para1').css('height',height_para); $('.div-para1').css('overflow-x','hidden'); $('.div-para1').css('overflow-y','scroll'); } $('#tab5C').css('height',height_para); $('#tab5C').css('overflow-x','hidden'); $('#tab5C').css('overflow-y','scroll');}, }); }); $('body').on('click','#thumb-images-gallery-sp',function(e){e.preventDefault();var idproduct = $('.page-type-product').attr('data-id');$('.box-inner-item').removeClass('active');$(this).addClass('active');$.ajax({ url: 'https://ttpvn.vn/AjaxEnt', type: 'POST', data: {idproduct: idproduct,_token : "EVB9Y95UFvcHtDGwyFELdLgUkBGzlmgY4MbQAaMm",action: 'gallery_ha_sp' }, success: function (data) {$('.data-slide').html(data);slidehasp();scrollafteax(); },}); }); jQuery(document).on('keyup',function(evt) { if (evt.keyCode == 27) { $('.escp').css('display','none'); $('html, body').css('overflow-x','hidden'); $('html, body').css('overflow-y','auto'); $('.hux_m').remove(); } }); });