DEbora
0
Q:

d3 property vs attr

<input type="checkbox" checked=true/>

$('input').prop('checked'); // returns true
$('input').attr('checked'); // returns "checked"
0

New to Communities?

Join the community