Template:Team:Sheffield/NavigationBar

From 2014.igem.org

(Difference between revisions)
Line 7: Line 7:
$(document).ready(function() { // Document ready
$(document).ready(function() { // Document ready
console.log("works");
console.log("works");
-
$('#bodyContent').scroll(function() {
+
$("window").scroll(function() {
console.log("bodyContent");
console.log("bodyContent");
});
});

Revision as of 10:43, 4 October 2014