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
图论——一个迷人的世界
本杰明,查特兰,张萍 / 机械工业出版社 / 2001-1-1
本书介绍了图论的基本概念,解释了图论中各种经典问题。例如,熄灯的问题、小生成树问题、哥尼斯堡七桥问题、中国邮递员问题、国际象棋中马的遍历问题和路的着色问题等等。书中也给出了各种类型的图,例如,二部图、欧拉图、彼得森图和树;等等。每一章都为读者设置了练习题,包含了具有挑战性的探索性问题。一起来看看 《图论——一个迷人的世界》 这本书的介绍吧!
