How does jquery get the contents of the template tag?

can the html object of the entire template be obtained only through the native js"s document.getElementById ("box"). Content? Or does jquery have built-in methods? Baidu is less than asking for advice

May.27,2021

try this

$('-sharpbox').html()

<textarea name="" id="aaa" cols="30" rows="10">2222222222222</textarea>
<script>
    console.log(aaa.innerHTML);
    //jq
    $('-sharpaaa').html();
</script>
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-1b359f1-2bfb0.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-1b359f1-2bfb0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?