/*功能性执行代码*/ $(function(){ $(".table-1 tr.downla-top").click(function(){ $(this).next(".table-1 tr.downla-2").fadeToggle(); }); $(".rong .title-4 span").click(function(){ $(this).addClass('active').siblings('span').removeClass('active'); $('.rongyu-list').removeClass('active'); $('.rongyu-list').eq($(this).index()).addClass('active'); $('.more-gg').hide(); $('.more-gg').eq($(this).index()).show(); }) if(navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion .split(";")[1].replace(/[ ]/g,"")=="MSIE8.0") { $(".select_xx select").css({ "padding":"8px 40px" }); } })/*function结束括号,JS代码请放此上!!!*/ /*功能性执行代码*/