Open TonyGoodDay2 opened 7 years ago
https://www.dashingd3js.com/lessons/d3-and-dom-events
Selects all the elements that matches the specified selector string, which would be the string of 'input....'. If there is an "on" action, the change occurs.
D3 What does "SelectAll" and then "ON" do?
Example: d3.selectAll('input[name="DREAMSCheckbox"]').on("change".....