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

Reply via email to