DOM like this:
<g.module>
<g.control>
<rect>
I didn't find the closest API: https://github.com/mbostock/d3/wiki/API-Reference
How can I get the nearest matched elements from it's parent? Just like this:
var module = d3.select(".control").closest(".module");