Is it possible to remove an attribute in D3.JS? I added it using .attr("disabled", "disabled") , and now I'm looking for something similar to jQuery .removeAttr("disabled", "disabled"); to remove it again. Useful for <button> and <option> . I tried using .remove() but it deletes the whole object, not the attribute.
bonna Mar 10 '13 at 13:08 2013-03-10 13:08
source share