JS hides the subordinate div of the primary div

<div id="box-top">//  
 <div class="ct-header ct-inner-hd">// 
  <div class="box">// 
   <div class="ct-quick-actn">// 

< div id= "box-top" > / / this is the main div that contains two, three, four levels
the second level in the first level
the third level in the second level
the fourth level in the third level
needs to use JS to hide the fourth level for advice

Apr.29,2021

?
is the fourth level hidden according to the first level? Or just hide level 4?

$("-sharpbox-top .ct-quick-actn").hide()

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-1b38d4b-2c139.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-1b38d4b-2c139.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?