jQuery makes it easy to select elements you need using CSS selectors. It is undoubtedly one of the jQuery features that makes it a great javascript library. On top of standard CSS selectors jQuery introduces some custom selectors that makes your code even more simpler and easier to read. Examples of custom jQuery selectors are: :header, :even, :odd, :animated, :contains(text), etc. And the