gpt4 book ai didi

jQuery 选择器 : get the content of 1st element class containing specific word

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

快速 jQuery 选择器问题:

我需要获取第一个元素 (div/span/...) 的内容,该元素的 class 包含字符串 (例如:“价格”)。

事情不是这样的;o) :

var price = ( $('[class*=price]').text() );

非常感谢!!!

最佳答案

使用 first 应该可以正常工作选择器:

$('[class*="price"]:first').text()

http://jsfiddle.net/Et3vx/1

关于jQuery 选择器 : get the content of 1st element class containing specific word,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8592231/

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