$(document).ready(function(){ $(".touch-toggle a").click(function(event){ var className = $(this).attr("data-drawer"); if( $("."+className).css('display') == 'none' ){ $("."+className).slideDown().siblings(".drawer-section").slideUp(); }else{ $(".drawer-section").slideUp(); } event.stopPropagation(); }); /*$(document).click(function(){ $(".drawer-section").slideUp(); })*/ $('.touch-menu a').click(function(){ if( $(this).next().is('ul') ){ if( $(this).next('ul').css('display') == 'none' ){ $(this).next('ul').slideDown(); $(this).find('i').attr("class","touch-arrow-up"); }else{ $(this).next('ul').slideUp(); $(this).next('ul').find('ul').slideUp(); $(this).find('i').attr("class","touch-arrow-down"); } } }); });

新闻资讯

18

2024-01

华为承诺不从事整车业务;多家房企债务重整

......

18

2024-01

广西锐翔新型材料有限公司黄晶板全屋整装动

  会客厅一边的酒吧加入了黄铜色金属元素,光泽闪烁出奢华感。尊贵的酒柜气质,让极简的室内空间氛围被打破,随时可以切换到派对中。这里是和朋友们聚会的场所,尽情品尝美酒,畅所欲言。   顶层的卧室中,空间层次丰富。露台和玻璃窗,让......

18

2024-01

概念动态舒华体育新增“跨境电商”概念

......

18

2024-01

工大科雅:与和泰热力等签订合同保障公司未

......

31

2018-08

你吃的“泰国香米” 是真的吗?

近日,央视曝光了黑龙江五常大米用杂米加香精冒充香米,引发了一轮对香米的质疑,而最为老百姓熟知的“泰国香米”,真实性又有几何?记者对此进行了调查。  调查  泰餐馆:  “泰国香米”原是“巴吞米”  前日下午,在郑州花园路一家泰国餐馆内,经理......

Copyright © 2012-2023 南宫28,ng28,NG28相信品牌的力量官方网址网站 版权所有 非商用版本   粤ICP备xxxxxxxx号

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); }