[jQuery] Re: siblings() not working properly in IE7

2008-12-04 Thread ricardobeat
I bet that is related to incorrect markup. Are you using tbody, thead, tfoot elements? On Dec 3, 9:47 pm, Marc <[EMAIL PROTECTED]> wrote: > 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 specifi

[jQuery] Re: siblings() not working properly in IE7

2008-12-03 Thread Sridhar
can you just post the sample html code and the jquery code you are using? you can just copy the rendered html and the jquery you are using and post here. On Dec 3, 6:47 pm, Marc <[EMAIL PROTECTED]> wrote: > Has anyone ever seen the behavior where $('#someId').siblings() > returns an empty set in