How to get all the child nodes except the first child node

how to get all the child nodes except the first child node without adding any class
is like

            <ul>
                <li><a href="-sharp"></a></li>
                <li><a href="-sharp"></a></li>
                <li><a href="-sharp"></a></li>
                <li><a href="-sharp"></a></li>
                <li><a href="-sharp"></a></li>
            </ul>
            

get all the li except the first li,

Apr.05,2021

$('li:not (: first-child)')


jquery: $('li:first'). Siblings ()

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