Selectors list and undocumented behaviour
Hi to everyone,
I've noticed that using an object as last selector, then the *children* of the element represented by this object are selected. AFAIK both both selectors should be used as described into the documentation[0]. I think it may be a context related feature, but why isn't it documented? Am I missing something?
E.g.
$outer = $('selector1');
$inner = $('inner', $outer);
Thanks in advance for any explanation.
Regards,
Claudio M. Alessi