Jq js replaces the specified text content in the div

the following html

<div><i class="fa fa-plus"></i></div>

want to replace text content with something else, but do not use the $obj.html method. Because an unknown click event is bound under the I tag.
I would like to ask the hero: how to achieve this function?! Thank you very much

Mar.24,2021

try div.firstChild.nodeValue = '111'


where is the

I tag?

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