or

dataBound: function () {
$('td:nth-child(2)').each(function(){$(this).wrapInner( "<a href=" + this.nodeValue + "></a>").prepend('Part: ')}) $('td').each(function(){if($(this).text()=='N'){$(this).wrapInner( "<span class='orange'></span>") }})<br> }
