Line 8: | Line 8: | ||
<ul> | <ul> | ||
<li > | <li > | ||
− | <a href="#" | + | <a href="#" id="aaa">Recruitment</a> |
</li> | </li> | ||
<li > | <li > | ||
Line 36: | Line 36: | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
$("button").click(function(){ | $("button").click(function(){ | ||
+ | $("#content1").fadeOut(); | ||
+ | $("#div2").fadeOut("slow"); | ||
+ | $("#div3").fadeOut(3000); | ||
+ | }); | ||
+ | $("#aaa").click(function(){ | ||
$("#content1").fadeOut(); | $("#content1").fadeOut(); | ||
$("#div2").fadeOut("slow"); | $("#div2").fadeOut("slow"); |
Revision as of 11:54, 28 September 2016