jQuery fade in background colour

Posted by Marcos Placona on Stack Overflow See other posts from Stack Overflow or by Marcos Placona
Published on 2010-04-16T10:49:11Z Indexed on 2010/04/16 10:53 UTC
Read the original article Hit count: 221

Filed under:
|
|

Hi, 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:

$("#row_2").fadeIn('slow').css('background', 'gold')

And although this will apply the colour to the table row, it won't fade in, but apply it at once.

I'm sure this is a simple thing, but I can't find an answer to that. I've looked all over in this website, but still no luck for this specific thing.

Thanks in advance

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about css