Line 11: | Line 11: | ||
</li> | </li> | ||
<li > | <li > | ||
− | <div | + | <div id="Researcher"> |
<a>Researcher</a> | <a>Researcher</a> | ||
</div> | </div> | ||
Line 33: | Line 33: | ||
</div> | </div> | ||
<script> | <script> | ||
− | function | + | $("#Researcher").click(function(){ |
− | {$("#content1"). | + | $("#content1").fadeOut("slow"); |
− | + | }); | |
− | } | + | |
</script> | </script> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 11:46, 28 September 2016