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("Splendid Welcome Offers"); } if (tar == "#s2"){ $("#menutxt").text("Up to 5% Cash Rebate on Online Transactions*"); } if (tar == "#s3"){ $("#menutxt").text("Tap to Pay Function"); } if (tar == "#s4"){ $("#menutxt").html("Mastercard®Exclusive Privileges"); } } function showSwap(id){ var targ = "#" + id; $("#realappl").slideUp(200); $("#preappl").hide(); $(targ).slideToggle(); } function swapList(){ $(".cusdropdown-content").slideToggle(); }