[jQuery] Context querstion

[jQuery] Context querstion


Why is the context of this one the document:
$('div.layer').find(':checkbox') or $('div.layer').eq(0).find
(':checkbox')
and at this the div.layer
$($('div.layer').get(0)).find(':checkbox')