标签:ext hit sans port 混淆 意思 oat nsf round
:gt(index)
:gt 选择器选取 index 值高于指定数的元素。
index 值从 0 开始。
例子:
:gt(6).hide() 就是在6以后,隐藏
:not(.index)
大致意思就是选取除了.index指定元素以外的所有元素。
大家可能会混淆,有一个长得差不多的
not(): 从匹配元素集合中删除元素。
标签:ext hit sans port 混淆 意思 oat nsf round
原文地址:http://www.cnblogs.com/xiaoyangtian/p/7397441.html