try filter

$$('table td').filter(function(el) {
   return el.get('html') == this.get('html')
}, this).setStyle('color', color);

Reply via email to