1 //WRITE YOUR jQUERY CODE HERE 2 3 $("#each_ex").click(function(){ 4 $("#msg_ex").html("Home<br>Products<br>Services<br>About<br>Contact"); 5 }); 6 $(".men_ex ul li a").css("background-color","red");