moreSelectors for jQuery

程序名称:moreSelectors for jQuery

授权协议: 未知

操作系统: 未知

开发语言:

moreSelectors for jQuery 介绍

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

moreSelectors for jQuery 官网

http://plugins.jquery.com/project/moreSelectors

相关编程语言

多功能下拉选择插件 SelectPage 简洁而强大的下拉分...
AutoComplete 是一个 jQuery Mobile 的插件,用于实...
Combogrid 是一个jQuery插件用于为输入框添加高级自...
Autobox2这个jQuery插件,可以用于创建类似于Facebo...
Link Scraper TextBox 是一个文本框的扩展插件,当你...
Awesomplete 超小超好用的超漂亮的 autocomplete 框...