You need to select the li tags contained within the .edgetoedge class. .edgetoedge only matches the one ul tag:
$(".edgetoedge li").removeClass("highlight");
You need to select the li tags contained within the .edgetoedge class. .edgetoedge only matches the one ul tag:
$(".edgetoedge li").removeClass("highlight");