css( "background-color", "" ) not working
Posted
by Loon Yew
on Stack Overflow
See other posts from Stack Overflow
or by Loon Yew
Published on 2010-03-08T03:49:25Z
Indexed on
2010/03/08
3:51 UTC
Read the original article
Hit count: 256
.temp {
background-color: red;
}
it will not remove the red color from the . what is the solution for this? Thank You
© Stack Overflow or respective owner