Ver Mensaje Individual
  #3 (permalink)  
Antiguo 18/08/2009, 13:19
Avatar de goyo_
goyo_
 
Fecha de Ingreso: agosto-2009
Mensajes: 91
Antigüedad: 15 años, 3 meses
Puntos: 1
Respuesta: Chat con Jquery y php no me funciona en IE6 e IE7

Cita:
Iniciado por pato12 Ver Mensaje
Hola,
El error es que pusiste una coma de mas:
Código javascript:
Ver original
  1. function loadLog(){
  2.         var oldscrollHeight = $("#chatbox").attr("scrollHeight") - 20;
  3.         $.ajax({
  4.         url: "log.html",
  5.         cache: false,
  6.             success: function(html){
  7.             $("#chatbox").html(html);
  8.             var newscrollHeight = $("#chatbox").attr("scrollHeight") - 20;
  9.                 if(newscrollHeight > oldscrollHeight){
  10.                 $("#chatbox").animate({ scrollTop: newscrollHeight }, 'normal');
  11.                 }
  12.             }, // <--------- IE toma como error si te pasas una coma.
  13.         });
  14.     }
Suerte
Salu2
Que buena vision, el infame -> },