D3 how to select only child elements

is to select only child elements
No other descendant elements

Mar.28,2021

d3.select('body').node().children

d3 there is no way to get child elements directly, but there are native ones. I don't know if that's what you mean by child element , but just use the children attribute of the native dom object

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b347c0-2bf0c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b347c0-2bf0c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?