Hi.. 
 I have a itemlist. it's populate  with REST Service. From the REST service's result  I can get a diferent color (ex #CECECE) for any $. So, I want to use that color and change  the item list. I put this in JS for the itemlist on mapping 
 element.attr("data-item-id", value.idRubro); 
 element.attr("data-item-count", value.NumCliente); 
 element.css("background", value.sColor); 
 the third line does not work. I've tried several ways bur I cant success. 
 PLease let me now 
 Thanks