I\'m trying to fade in the background colour of a table row, and can\'t get it right. The fade-in will happen when a button is clicked.
I tried something like:
The pure jQuery does not have functionality to animate colors. You have to use jQueryUI or jQuery color plugin.
Then use .animate() function.
.animate()