Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/04/2013, 14:04
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 una funcion ajax

Gracias David, pero como ves ya les estoy dando clase, pero no sale.

Código Javascript:
Ver original
  1. html_user += '<ul data-role="listview" data-inset="true" >';
  2.  html_user += '<li data-role="list-divider" role="heading">'+item.recambio+'<span class="ui-li-count">Stock:</span></li>';
  3.  html_user += '<li data-theme="c">';
  4.  html_user += '<a href="#">';
  5.  html_user += '<h4>'+item.denominacion+'</h4>';
  6.  html_user += '       <p>Lorem ipsum</p>';
  7.  html_user += '    <span class="ui-li-count">1</span>';
  8.  html_user += '   <p class="ui-li-aside">Aside</p>';
  9.  html_user += '   </a><a href="#">Pvp:'+item.pvp+'</a></li>';
  10.  html_user += ' </ul>';