gpt4 book ai didi

jquery - 从特定 div 中删除

转载 作者:行者123 更新时间:2023-12-03 22:23:34 25 4
gpt4 key购买 nike

我需要从特定 div 中删除中断,我知道如何删除所有中断

$('br').remove();​

但是我需要在页面的其他地方保留一些中断,

如何删除 ID 为“grape1”和“grape12”的 div 中的分隔符,但保持其他所有内容完好无损?

最佳答案

$('#grape1,#grape12').find('br').remove();

关于jquery - 从特定 div 中删除 <br>,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11237838/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com