Template:Team:Sheffield/NavigationBar
From 2014.igem.org
(Difference between revisions)
Line 14: | Line 14: | ||
$('#globalWrapper').scroll(function() { | $('#globalWrapper').scroll(function() { | ||
console.log("bodyContent"); | console.log("bodyContent"); | ||
+ | }); | ||
+ | $('#pageContent').scroll(function() { | ||
+ | console.log("pageContent"); | ||
}); | }); | ||
$('#bodyContent').scroll(function() { | $('#bodyContent').scroll(function() { |
Revision as of 10:40, 4 October 2014