cycling jQuery_Succinctly | Page 44

javascript
jQuery
The concept to take away is that selector filters can be nested. Notes: You can also nest and stack filters—e.g. $('p').filter(':not(:first):not(:last)') Grokking the :nth-child() filter The :nth-child() filter has many uses. For example, say you only want to select every third
  • element contained within a