I want to set background:url( ) in the below given id css using Javascript or Jquery.
#board div {
background: url("../images/cat_face_test1.jpg") no-repeat scroll 0 0 #ffffff;
cursor: pointer;
height: 175px;
line-height: 175px;
position: absolute;
text-align: center;
width: 175px;
}
how i will do it. Please suggest me.