首页 相关文章 Prototype使用学习手册指南之Selector.js

Prototype使用学习手册指南之Selector.js

  Prototype 中的Selector主要支持tag选择器、class选择器和id选择器,还有属性(attribute)选择器,Selector是利用css selector来匹配选择页面元素的,所以要理解Selector首先应该对css selector有所理解,下面是css2 selector的语法,当然很多浏览器只是支持其中的一部分,基本上包含我们平时所用的所有类型

The following table summarizes CSS2 selector syntax, 详细的可以看http://www.w3.org/TR/REC-CSS2/selector.html:

PatternMeaningDescribed in section*Matches any element.Universal selectorEMatches any E element (i.e., an element of type E).Type selectorsE FMatches any F element that is a descendant of an E element.Descendant selectorsE FMatches any F element...[ 查看全文 ]

2016-02-19 标签:

Prototype使用学习手册指南之Selector.js的相关文章

手机页面
收藏网站 回到头部