[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 wrote: > The rows are created on the fly, they aren't actually empty.  Here

[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:  ArtistSong There are no songs yet. Artist NameSong Title Artist NameSong Title Artist NameSong Title As you can see, there's a header row, then the NoSongs row, then all of

[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 ta