Home > Web Front-end > JS Tutorial > JQuery 在文档中查找指定name的元素并移除的实现方法_jquery

JQuery 在文档中查找指定name的元素并移除的实现方法_jquery

WBOY
Release: 2016-05-23 13:15:52
Original
1515 people have browsed it

JQuery 在文档中查找指定name的元素并移除的实现方法

$(document).find("img[name='imgSort']").remove();

查找name为imgSort的图片标签,并移除它

以上这篇JQuery 在文档中查找指定name的元素并移除的实现方法就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持脚本之家。

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template