$("tbody td").filter(":contains('" + x + "')").css('color','red').parent().removeClass('none');
在数据加载很多的时候,用.each导致网页卡死,后来看到了filter过滤,发现性能较好