Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/08/2009, 13:16
Avatar de pato12
pato12
 
Fecha de Ingreso: septiembre-2007
Ubicación: Salta
Mensajes: 1.620
Antigüedad: 17 años, 1 mes
Puntos: 101
Respuesta: Chat con Jquery y php no me funciona en IE6 e IE7

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
__________________
Half Music - www.halfmusic.com