Line 5: | Line 5: | ||
<script> | <script> | ||
$(document).ready(function() { | $(document).ready(function() { | ||
+ | $('.they-said-content').css('display','none'); | ||
+ | $('.we-said').css('display','none'); | ||
+ | $('.we-said-content').css('display','none'); | ||
+ | |||
$("#I4L-they-said").click(function(){ | $("#I4L-they-said").click(function(){ | ||
$("#I4L-they-said-content").fadeIn("slow"); | $("#I4L-they-said-content").fadeIn("slow"); | ||
− | $("#I4L-we-said").delay( | + | $("#I4L-we-said").delay(1000).fadeIn("slow"); |
}); | }); | ||
− | + | ||
− | + | ||
$("#I4L-we-said").click(function(){ | $("#I4L-we-said").click(function(){ | ||
$("#I4L-we-said-content").fadeIn("slow"); | $("#I4L-we-said-content").fadeIn("slow"); | ||
}); | }); | ||
+ | |||
+ | |||
}); | }); | ||
</script> | </script> | ||
Line 93: | Line 98: | ||
} | } | ||
− | |||
</style> | </style> | ||
</head> | </head> |
Revision as of 09:29, 25 September 2017