Can someone please explain how the selectors work for the different descendants? I've looked a bit online but the descriptions I've found so far don't seem to be terribly different.
For example, what's the difference between these three?
$('table tr')
$('table > tr')
$('table + tr')