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: 233

Filed under:
|
|
fdgdfgdfgdfgdf

.temp { background-color: red;
}

function removeBGColor() { $(".temp").css("background-color", "" ); }

it will not remove the red color from the . what is the solution for this? Thank You

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about background