.each
在我想删除标签的函数内a
/。这是一个无效的示例:
$('div.link').has('div.entry:has(p.title:has(a[href^="http://i.imgur.com/"]))').each(function (i) {
$(this).css('border', '5px solid');
$(this).remove('a'); // Does NOT work! Nothing happens...
console.log($(this));
})
点击下面的图片查看完整尺寸。标记线纯属巧合,没有任何意义。要测试内容,请访问http://reddit.com并使用 Firebug(已加载 jQuery):