It's all about CSS

6Dec

If you've got a good understand of CSS selectors, then you're already familiar with how to query the DOM.

Background

CSS1

jQuery uses CSS1, 2 and parts of CSS3 at the heart of all it's queries, just in the same way you would use CSS to target an element or group of elements to style.

In CSS, to hide [...]