去除div内的所有<img>标签

我有一个jcycle插件的许多divs是推荐。 基本上我不想在首页的块中查看<img>标签,而是希望它显示在另一页上。 所以我想添加一些jQuery或其他方法来剥离用于头版显示的img标签。

这个怎么做?


$("#div img").remove();

$('#div img').remove();

$('.testimonial img').hide(); 隐藏每个匹配div内的图像。

链接地址: http://www.djcxy.com/p/26679.html

上一篇: strip all <img> tags within a div

下一篇: Jquery next adjacent selector with $(this)