Faced with the next problem
Code
d3.selectAll(".edit").on...
Doesn't work in Chrome, but perfectly works in Firefox. .edit
is class of some TD elements.
Why Chrome can not handle selectall
by classname?
Faced with the next problem
Code
d3.selectAll(".edit").on...
Doesn't work in Chrome, but perfectly works in Firefox. .edit
is class of some TD elements.
Why Chrome can not handle selectall
by classname?