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
An Introduction to Genetic Algorithms
Melanie Mitchell / MIT Press / 1998-2-6 / USD 45.00
Genetic algorithms have been used in science and engineering as adaptive algorithms for solving practical problems and as computational models of natural evolutionary systems. This brief, accessible i......一起来看看 《An Introduction to Genetic Algorithms》 这本书的介绍吧!
Base64 编码/解码
Base64 编码/解码
UNIX 时间戳转换
UNIX 时间戳转换
