//Delete the tr element whose ID is sNews and whose index is JQID Content $("#sNews table tr").eq(JQID).remove(); //This article takes table as an example, #sNews is the ID of the div (container); JQID is the index of tr , index starts from 0
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn