$("#parent>#child>#grandchild")

$("#parent>#child>#grandchild")

I have the parent>child selectors working fine, and thought I could go one more level, as in

$("#parent>#child>#grandchild")


After playing with it awhile in Firebug's console, it became apparent that only two levels of relationship works. I've structured my html so that the IDs of the children are only unique within their parent's scope, and I want to retain that structure.

Can someone suggest a work around. I'm new with jQuery, and thought it was starting to fall into place, but I'M STUCK.

Thanks,
Jim