How do I select items with a class beginning with a given string?

e.g.: I have
...
<tr class="hidden row-odd POID49">...
<tr class="hidden row-even POID49">...
<tr class="hidden row-odd POID50">...
...
and want to hide all the rows with any POID and then show all the rows with
POID49.

I know there are alternatives, like adding another class, but I'm interested
to know if there is a way to do this.
-- 
View this message in context: 
http://www.nabble.com/select-items-with-a-class-beginning-with-a-given-string--tf4466373s15494.html#a12734884
Sent from the JQuery mailing list archive at Nabble.com.

Reply via email to