gpt4 book ai didi

javascript - 如何使用jquery区分html/text按钮内容

转载 作者:行者123 更新时间:2023-11-28 15:55:17 25 4
gpt4 key购买 nike

我需要能够区分以下三种样式的按钮:

<button>Something</button>

<button><i class="icon-user"></i> Something</button>

<button><i class="icon-user"></i></button>

我尝试使用 html().lengthIs('i') 这使我能够区分第一个和其他,但不确定最好的确定内容是否只有图标或者是否还有文本的方法。

最佳答案

$(this).children().length > 0 在情况 2 和 3 中将返回 true

$(this).text().length > 0 在情况 1 和 2 中将返回 true

结合使用它们。

关于javascript - 如何使用jquery区分html/text按钮内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19140470/

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