Template:Team:Sheffield/NavigationBar

From 2014.igem.org

(Difference between revisions)
Line 26: Line 26:
</script>
</script>
<script>
<script>
-
$(function() {
+
$(document).ready(function() { // Document ready
$( '.inlink' ).on('click', function(event) {
$( '.inlink' ).on('click', function(event) {
    event.preventDefault();
    event.preventDefault();
Line 34: Line 34:
    }, 2000);
    }, 2000);
});
});
 +
}
</script>
</script>
<style>
<style>

Revision as of 10:53, 4 October 2014