Has anyone ever seen the behavior where $('#someId').siblings() returns an empty set in IE7 while returning a non-empty set in FF3? This seems to specifically happen when #someId refers to a <tr> element. I can't seem to reproduce the problem for all similar situations, but I can't for the life of me figure out why my page is inconsistent. I would post a link to the page, but the project is a closed system and I can't really open it up.
Thanks, Marc