in reply to Re: removing some td and tr by class
in thread removing some td and tr by class

Please mark your posts when editing:

Yet another "question" that doesn't include context, current output, desired output, no input or any detail whatsoever. Calls for an equally vague and out of context answer.

 $(document).ajaxStop( function() { var match = $('.transactionDescription:contains("TRANSAC"):contains("TEST")'); if (match.length > 0) { match.each(function(idx, elmnt) { console.log("TEST removed"); $(elmnt).parents('tr:first').hide(); }); } });

Pick up the slack and put in some damned effort. We've been wasting far too much time trying to help someone who doesn't even show a modicum of respect or appreciation for anything.