var x = $('div', $('body'));
 
x.selctor; // div
x.context; // body (object HTMlDocument)


$('div').find('a').selector;
// div a 
Posted by altvirus
,