新手查询:如何将组合选择器与 jQuery 相匹配?
我已经了解如何使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需将所有选择器放在一起,没有任何空间
Just put all the selectors together without any space