Home  >  Article  >  Web Front-end  >  jquery method to delete the specified html tag and retain the text content within the tag_jquery

jquery method to delete the specified html tag and retain the text content within the tag_jquery

WBOY
WBOYOriginal
2016-05-16 16:53:412322browse


For example, there is such a piece of html code:

Copy the codeThe code is as follows:
Script Home Demo Code

Hello everyone, welcome to jb51.net


Here we provide you with the bestjsCode and Tutorial


We want to delete a pair of

tags in this html code, but keep the content inside from being deleted. Here we use jquery to process, detailed jQuery code:

Copy code The code is as follows:


Here, the p tag is traversed and replaced through jquery’s html method and replaceWith method
Statement:
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