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://www.codercto.com/soft/d/23288.html

网络流

网络流

拉文德拉K.阿胡亚 托马斯L.马南提 詹姆斯B.沃林 / 机械工业出版社 / 2005-5 / 108.0

本书全面介绍了经典的和现代的网络流技术,包括综合的理论、算法与应用。主要内容包括:路径、树与周期,算法设计与分析,最大流与最小流算法,分派与匹配,最小生成树,拉格朗日松弛与网络优化等。书中包含大量练习题,拓展了本书的内容,便于教学。一起来看看 《网络流》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

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

RGB CMYK 互转工具