I am changing the class of an element with the following
$(\"#\"+data.id).addClass(\"highlight\")
Given the list below.
<
You could try this:
$(".edgetoedge").children().removeClass("highlight");