function showClo(){ $("#s1").hide(); $("#s2").hide(); $("#s3").hide(); $("#s4").hide(); $("#s5").hide(); } function op(){ $(".cusdropdown-content").show(); } function showSec(id){ var tar = "#" + id; showClo(); $(tar).slideDown(500); $(".cusdropdown-content").hide(1); if (tar == "#s1"){ $("#menutxt").text("热潮迎新赏"); } if (tar == "#s2"){ $("#menutxt").text("网上签账-高达5%现金回赠*"); } if (tar == "#s3"){ $("#menutxt").text("一拍付款功能"); } if (tar == "#s4"){ $("#menutxt").html("Mastercard®尊属礼遇"); } } function showSwap(id){ var targ = "#" + id; $("#realappl").slideUp(200); $("#preappl").hide(); $(targ).slideToggle(); } function swapList(){ $(".cusdropdown-content").slideToggle(); }