Use the :not() selector that is part of the jquery framework. Something like $('tr:not(:contains("pc"))') should do the trick.
Use the :not() selector that is part of the jquery framework. Something like $('tr:not(:contains("pc"))') should do the trick.