91色老久久精品偷偷鲁无毒_麻豆精品偷拍人妻在线网址_欧美专区国产日韩_公车上雪柔被猛烈的进出_亚洲欧美日韩综合俺去了伊人_2017亚洲男人天堂天堂_jizz视频在线观看_国产无遮挡又黄又爽免费软件_影视先锋看片网站_欧美在线综合高清

產(chǎn)品服務(wù)

$(function () { $("#m_64").addClass("active").siblings().removeClass("active"); $("#p_48").addClass("active").siblings().removeClass("active"); $("#p_41").addClass("active").siblings().removeClass("active"); $("#s_48").addClass("active").siblings().removeClass("active"); var $container = $('.children'), $trigger = $('.nav-parent'); // 分別獲取所有的“父子” $container.hide();// 隱藏所有的“子” $("#l_48").find('.children').show(); $("#l_41").find('.children').show(); $trigger.on('click', function (e) {// 當(dāng)“父”發(fā)生點(diǎn)擊事件 if ($(this).find('.children').is(':hidden')) { $trigger.find('.children').hide(300);// 關(guān)閉其他 $(this).find('.children').show(300);// 顯示自己 } }); });