Cie*_*iel 2 jquery
我有一个列表项,每个列表项都包含一个超链接图像.我正在尝试编写一些将删除链接的jQuery,但不会删除图像.这可能吗?
tix*_*xit 10
如果你没有运行1.4:
$("a:has(img)").each(function() { $(this).replaceWith($(this).children()); })
归档时间:
16 年,4 月 前
查看次数:
3629 次
最近记录:
13 年,7 月 前