$("#your_link_id").click(function(){ $("#test").css("opacity", 1); });
$("#bo").click(function() { $("#enter").toggle(); })