$(document).ready(function(){ var x = $('td.profit').text(); if (x > 0) $('td.profit').css({color: 'red'}); });