欢迎光临 宁波博天堂918电子股份有限公司!
宁波博天堂918电子股份有限公司!
$(document).ready(function(){
$("* img").attr({alt:"博天堂918电子",title:"博天堂918电子"});
});
$(".swiper-container img" ). removeAttr ("title") ;
$(function(){
$('.click_kf').click(function(){
$(this).addClass('hidethis');
$('.open_this').addClass('cur');
});
$('.close_this').click(function(){
$('.click_kf').removeClass('hidethis');
$('.open_this').removeClass('cur');
});
$('.blcktop').click(function(){
$('html , body').animate({scrollTop: 0},'slow');
});
});
if (!window.jQuery) {
document.write(unescape("%3Cscript src='/public/static/common/js/jquery.min.js' type='text/javascript'%3E%3C/script%3E"));
document.write(unescape("%3Cscript type='text/javascript'%3E try{jQuery.noConflict();}catch(e){} %3C/script%3E"));
}
if (window.jQuery) {
(function($){
default_switch();
//简体繁体互换
function default_switch()
{
var home_lang = getCookie('home_lang');
if (home_lang == '') {
home_lang = 'cn';
}
if ($.inArray(home_lang, ['zh','cn'])) {
var obj = $('#jquerys2t_1573822909');
var isSimplified = getCookie('jquerys2t_1573822909');
if ('cn' == isSimplified) {
$('body').t2s();
$(obj).text('繁體');
} else if ('zh' == isSimplified) {
$('body').s2t();
$(obj).text('简体');
}
}
}
//简体繁体互换
$('#jquerys2t_1573822909').click(function(){
var obj = this;
var isSimplified = getCookie('jquerys2t_1573822909');
if ('' == isSimplified || 'cn' == isSimplified) {
$('body').s2t(); // 简体转繁体
setCookie('jquerys2t_1573822909', 'zh');
$(obj).text('简体');
} else {
$('body').t2s(); // 繁体转简体
setCookie('jquerys2t_1573822909', 'cn');
$(obj).text('繁體');
}
});
})(jQuery);
}