[jQuery] Possible to use a non ID selector in .load()?

[jQuery] Possible to use a non ID selector in .load()?


I'm loading a full page using .load() and trying to use a selector to
only get part of the page, however it doesn't seem to be working. Is
it necessary that the selector always start with an id?
My code:
    $('#mydiv').load('/path/index.php body>center>table>tbody>tr:eq(2)