中文版
英文版

产品搜索

nction Bottom002381(elem) { var elem = $(elem); var footernav = $("nav", elem); var footernav_lis = $("li", footernav); $(window).on('load resize', function () { var winW = $(window).innerWidth(); footernav_lis.find("dl").attr("style", ""); if (winW < 1024) { $.each(footernav_lis, function (index) { var $this = $(this); $this.find("h3").on('click', function () { $this.find("dl").stop(true, true).slideToggle(); }) }); } }); } Bottom002381(".Bottom002381"); })(jQuery, window, document);