This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function($){ | |
$(document).ready(function(){ | |
/** | |
* This part handles the highlighting functionality. | |
* We use the scroll functionality again, some array creation and | |
* manipulation, class adding and class removing, and conditional testing | |
*/ | |
var aChildren = $("header ul.menu li").children(); // find the a children of the list items |