:contains is nightmare

:contains is nightmare

I have a case need to find some keyword in hundreds of td and change it's color, I use $('td:contains("keyword")') takes over 8 seconds to find out, it's terrible, how to make it quick?