Ver Mensaje Individual
  #8 (permalink)  
Antiguo 10/12/2013, 14:36
Avatar de adryan310
adryan310
 
Fecha de Ingreso: septiembre-2012
Mensajes: 450
Antigüedad: 11 años, 7 meses
Puntos: 3
Exclamación Respuesta: $('#scoreBar').append no funciona

Amigo no me funciono lo puse tal y como me dices tu:
Código Javascript:
Ver original
  1. success: function(response) {
  2.    $('#scoreBar').html(response);
  3.    console.log(response);
  4. }