[jQuery] Re: ~ selector is not selecting siblings

2009-02-25 Thread Mauricio (Maujor) Samy Silva
Hi RadicalBender, How about use the $('tr td:empty') selector to target the empties rows? Not solve? So, need some more information to try figure out a solution. Are there tbody, tfoot and thead in your table? Where is located the tr#NoSongs? Would you please show a simplified sample of the

[jQuery] Re: ~ selector is not selecting siblings

2009-02-25 Thread RadicalBender
The rows are created on the fly, they aren't actually empty. Here's a simplified version of what the table looks like: table id=SetListTable cellspacing=0 trthnbsp;/ththArtist/ththSong/th/tr tr id=NoSongs style=display:none;td colspan=4 class=lastThere are no songs yet./td/tr tr id=SongXtda

[jQuery] Re: ~ selector is not selecting siblings

2009-02-25 Thread ricardobeat
There must be something else wrong in your page. The HTML and selectors you gave work fine (see http://jquery.nodnod.net/cases/175). Can you put a complete sample page online? - ricardo On Feb 25, 8:52 pm, RadicalBender radicalben...@gmail.com wrote: The rows are created on the fly, they