Skip to content

Instantly share code, notes, and snippets.

@philrenaud
Created October 21, 2015 06:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philrenaud/b2fe67e2b14cb0a2f1ab to your computer and use it in GitHub Desktop.
Save philrenaud/b2fe67e2b14cb0a2f1ab to your computer and use it in GitHub Desktop.
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