moreSelectors for jQuery
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/moreSelectors
软件介绍
The moreSelectors plugin gives us extra :selectors to use in our queries.
For example:
- $("DIV:color(red)") to match DIVs with red text. Handles #rrggbb and rgb(r,g,b) too.
- $("TD:colIndex(1)") to match table cells in column 1 (allowing for colSpans too).
- $("INPUT:modified") to match INPUTs that have been changed.
- $("FORM/*:blur") to match form element that last had the focus.
- $("DIV:parents(TD)") - Match DIVs that are inside table cells.
- $("DIV").attrs("id") - Return an array of IDs from all the DIVs.
- $("TH").filter({colSpan:2, title:"abc"}) - An enhancement to the .filter() method to optionally filter by attributes provided in {name:value} object notation
- ... and many more
Click the homepage link to download moreSelectors.js
Spark大数据分析技术与实战
董轶群、曹正凤、赵仁乾、王安 / 电子工业出版社 / 2017-7 / 59.00
Spark作为下一代大数据处理引擎,经过短短几年的飞跃式发展,正在以燎原之势席卷业界,现已成为大数据产业中的一股中坚力量。 《Spark大数据分析技术与实战》着重讲解了Spark内核、Spark GraphX、Spark SQL、Spark Streaming和Spark MLlib的核心概念与理论框架,并提供了相应的示例与解析。 《Spark大数据分析技术与实战》共分为8章,其中前4......一起来看看 《Spark大数据分析技术与实战》 这本书的介绍吧!
