新手查询:如何将组合选择器与 jQuery 相匹配?

发布于 2024-09-11 04:14:43 字数 317 浏览 3 评论 0原文

我已经了解如何使用 YQL 和 jquery 将 HTML 拉入并注入到 div 元素中。

但是,我想过滤掉 HTML“region and-channel cl”中的类的 div。我已经能够理解如何使用逗号选择单个选择器和多个选择器。像这样的复合选择器怎么样?

以下是包含选择器的示例页面 http://www.thisisstaffordshire.co.uk/news

亲切的问候

大卫

I've sussed how to use YQL and jquery to pull in and inject HTML into a div element.

However, I want to filter out a div with the class in the HTML "region and-channel cl". I've been able to understand how to pick up single selectors, and multiple selectors using commas. What about compounded selectors like this?

Here's an example page with the selectors included http://www.thisisstaffordshire.co.uk/news

Kind regards

David

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

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

发布评论

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

评论(1

负佳期 2024-09-18 04:14:43

只需将所有选择器放在一起,没有任何空间

$(".region.and-channel.cl")

Just put all the selectors together without any space

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