gpt4 book ai didi

jQuery a[href=#/example] 未选择所有匹配的 anchor - 跨浏览器问题

转载 作者:行者123 更新时间:2023-12-01 07:32:09 25 4
gpt4 key购买 nike

所以我试图让 jQuery 做出以下选择:

$("a[href=#/example]")

我有一个 anchor <a href="#/example">ex</a> .

当我在 chrome、IE8、FF 或其他浏览器中尝试此选择器时,它工作正常,但是当我在 IE6/7 和其他较旧的浏览器中测试它时,选择器不起作用,因为浏览器会解释 anchor 的 href 属性为 http://example.com/#/example

有什么优雅的方法可以为所有浏览器解决此问题?

最佳答案

使用ends-with attribute selector :

$("a[href$=#/example]")

关于jQuery a[href=#/example] 未选择所有匹配的 anchor - 跨浏览器问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5221136/

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