|
|
Line 78: |
Line 78: |
| evt.currentTarget.className += " active"; | | evt.currentTarget.className += " active"; |
| } | | } |
− | </script>
| |
− |
| |
− | <script>
| |
− | $(document).ready(function() {
| |
− |
| |
− | var timer;
| |
− | var delay = 400;
| |
− | $(".Main-Border").on("mouseenter", function() {
| |
− | clearTimeout(timer);
| |
− | timer = setTimeout(function() {
| |
− | clearTimeout(timer);
| |
− | $("#model-sub").show();
| |
− | $("#wet-lab-sub").hide();
| |
− | $("#human-practices-sub").hide();
| |
− | $("#application-sub").hide();
| |
− | $("#notebook-sub").hide();
| |
− | $("#team-sub").hide();
| |
− | }, delay);
| |
− |
| |
− | });
| |
− |
| |
− | });
| |
| | | |
| function openTabB(evt, tabName) { | | function openTabB(evt, tabName) { |