[jQuery] Re: ~ selector is not selecting siblings

2009-02-25 Thread RadicalBender
;) to hide all rows after #NoSongs, it's not hiding or removing them. Hopefully I'm explaining this alright. --Ben On Feb 25, 5:03 pm, "Mauricio \(Maujor\) Samy Silva" wrote: > Hi RadicalBender, > > How about use the $('tr td:empty') selector to target the em

[jQuery] ~ selector is not selecting siblings

2009-02-25 Thread RadicalBender
I have a table that has a list of songs - one for each row. I also have a select menu that populates the song table data from an AJAX query based on what was selected. The first row of the table is a row (#NoSongs) that just says "No songs were found." in case no records were returned. And I just