$(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"); } } }); });

新闻资讯

一周消息眼 和暖众一度实事暖人心

  【我苏网】暖心兔·新春走下层这群居家养老照顾员“一喊就到”!仅代外该作家或机构主见,不代外倾盆音讯的主见或态度,倾盆音讯仅供应音信颁发平台。申请倾盆号请用电脑拜望。

  不日,江苏省政府调整2023年13类55件民生实事,“实行3万户暮年人居家适老化改制”等9项民生实事澳门永利集团。同时,2022年度江苏民政经受的8项民生实事周到高质地实现,公民团体得回感南宫28、疾乐感陆续提拔。

  蜕化正在身边:适老化改制承载疾乐“斜阳红” “一户一策”精准立室餍足特性需求

  通晓民政音讯资讯 ,尽正在每周媒体闭怀。“一周音讯眼”栏目,为您盘货社会闭心的民生热门话题,带您回来媒体闭怀的民政热门资讯。刚才过去的1月28日至2月5日这一周,中间和省内音讯媒体都闭怀了江苏民政哪些职业?请随小编一同来看看吧~

上一篇:每周晋法头条速览(2024年11期) 下一篇:米乐m6官网登录入口app下载德媒头条 20240118:施瓦辛格慕尼黑机场被扣或面对刑责

   

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