Last active
August 29, 2015 14:26
-
-
Save ozcan/5e60a4c4e1580ea9377d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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