$('.form-table tr').children(':nth-child(4)').css('background-color', function() { return this.textContent.length > 10 ? '#f00' : '#fff' })