Skip to content

Instantly share code, notes, and snippets.

@ozcan
Last active August 29, 2015 14:26
Show Gist options
  • Select an option

  • Save ozcan/5e60a4c4e1580ea9377d to your computer and use it in GitHub Desktop.

Select an option

Save ozcan/5e60a4c4e1580ea9377d to your computer and use it in GitHub Desktop.
<script type="text/javascript" src="https://code.jquery.com/color/jquery.color-2.1.2.min.js"></script>
var bg_color = $('tr[bin-id=' + bin_id + ']').css('backgroundColor');
$('tr[bin-id=' + bin_id + ']').animate({backgroundColor: "#F3A2AD"}, 250).animate({backgroundColor: bg_color}, 250);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment