Skip to content

Instantly share code, notes, and snippets.

@philrenaud
Created October 21, 2015 06:33
lowVal = _.min(
$('tr:last-child td'), function(obj,iter){
return $(obj).text().replace(/,/g,'')
}
)
$(lowVal).css('background-color','yellow')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment