convert this to d3.select() code example
Example: convert this to d3.select()
d3.select($("#selection").get(0));
d3.select($("#selection")[0]); // equivalent to above but faster
d3.select($("#selection").get(0));
d3.select($("#selection")[0]); // equivalent to above but faster