mySelection.property( name ) in D3.js
Get the value of a DOM property.
Arguments
name | type | description |
---|---|---|
name | String |
- Return Type
- String
Description
For more details see https://github.com/mbostock/d3/wiki/Selections#wiki-property.
See Also
- Selection.property(name,value,[priority])
- Selection.property(name,func)
- Selection.attr(name)