Ver Mensaje Individual
  #3 (permalink)  
Antiguo 18/04/2013, 14:15
Avatar de satjaen
satjaen
 
Fecha de Ingreso: septiembre-2012
Ubicación: Jaén (Andalucía)
Mensajes: 893
Antigüedad: 12 años, 2 meses
Puntos: 10
Respuesta: Dar estilo a un data-role.

Lo estoy intentando pero no me sale. Me podeis ayudar por favor?

Código Javascript:
Ver original
  1. $.each(data, function(i,item){
  2.  
  3.  html_user += '<div data-role="content">';
  4.  html_user += '<ul data-role="listview">';
  5.  html_user += '<li>'+item.recambio+''+item.denominacion+'</li>';
  6.  html_user += '</ul>';    
  7.  html_user += '</div>';
  8.    
  9.         });                    
  10.     }