Line 965: | Line 965: | ||
</style> | </style> | ||
+ | |||
+ | <script type="text/javascript" src="https://2018.igem.org/Template:UCL/JQuery?action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | <script | ||
+ | $('a').click(function(){ | ||
+ | $('html, body').animate({ | ||
+ | scrollTop: $( $(this).attr('href') ).offset().top | ||
+ | }, 500); | ||
+ | return false; | ||
+ | }); | ||
+ | </script> | ||
+ | |||
</head> | </head> | ||
− | |||
Revision as of 14:24, 13 October 2018