@ 字符在 jQuery 中起什么作用?

发布于 2024-09-25 12:48:24 字数 123 浏览 3 评论 0原文

选择器页面 上,它说 @ 是元之一-人物。但它有什么作用呢?

On the selectors page, it says @ is one of the meta-characters. But what does it do?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

心的憧憬 2024-10-02 12:48:24

曾经用于属性选择器 ,但从 jQuery 1.3+ 开始,情况不再如此。来自属性选择器文档:

注意:在 jQuery 1.3 中,[@attr] 样式选择器被删除(它们之前在 jQuery 1.2 中已被弃用)。只需从选择器中删除“@”符号即可使其再次工作。

It used to be used in the attribute selectors, but that's no longer the case as of jQuery 1.3+. From the attribute selector docs:

Note: In jQuery 1.3 [@attr] style selectors were removed (they were previously deprecated in jQuery 1.2). Simply remove the “@” symbol from your selectors in order to make them work again.

烟燃烟灭 2024-10-02 12:48:24

它以前用于获取属性,例如 [@href] 但它不再有效,并且会抛出 语法错误,无法识别的表达式:[@href] 自 1.3+ 起

It was formerly used to grab an attribute, eg [@href] but it's no longer valid and would throw Syntax error, unrecognized expression: [@href] as of 1.3+

森罗 2024-10-02 12:48:24

它适用于 XPath 选择器,但其支持已被删除。

It was for XPath selectors, of which support for has been dropped.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文