moreSelectors for jQuery

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-13 12:59:03

软件介绍

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

本文地址:https://codercto.com/soft/d/23288.html

Spark大数据分析技术与实战

Spark大数据分析技术与实战

董轶群、曹正凤、赵仁乾、王安 / 电子工业出版社 / 2017-7 / 59.00

Spark作为下一代大数据处理引擎,经过短短几年的飞跃式发展,正在以燎原之势席卷业界,现已成为大数据产业中的一股中坚力量。 《Spark大数据分析技术与实战》着重讲解了Spark内核、Spark GraphX、Spark SQL、Spark Streaming和Spark MLlib的核心概念与理论框架,并提供了相应的示例与解析。 《Spark大数据分析技术与实战》共分为8章,其中前4......一起来看看 《Spark大数据分析技术与实战》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具