摘要:
:nth-child(index/even/odd/equation)匹配其父元素下的第N个子或奇偶元素':eq(index)' 只匹配一个元素,而这个将为每一个父元素匹配子元素。:nth-child从1开始的,而:eq()是从0算起的!可以使用:nth-child(even):nth-child(odd):nth-child(3n):nth-child(2):nth-child(3n+1):nt... 阅读全文
摘要:
为加快JS库的加载及提高体验,GOOGLE把现在流行的JS库都放到了服务器上,通过灵活的引用及加载,来使用.Each library is available via both google.load() and directly, via a <script> include. The google.load() approach offers the most functional... 阅读全文