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

编程风格

编程风格

[美] Cristina Videira Lopes / 顾中磊 / 人民邮电出版社 / 2017-8 / 55.00元

本书对一个常见的编程问题定义了不同的约束,分别使用33种方法实现了同一个词频统计任务,从而形成了风格迥异的编程风格。作者以惯用的计算机语言与简单的任务为画笔,描绘了一次生动难忘的编程之旅,帮助读者加深了对语言的理解,也提供了崭新的编程思路。一起来看看 《编程风格》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码