[jQuery] filtering complex selectors

[jQuery] filtering complex selectors


If there's a way, what would it take to be able to use complex
selectors (those with " ", "~", ">", etc.) with filtering functions.
For example,
$( "div" ).find( "p>a" );
$( "p>a", $( "div" ) );
Thanks