18/08/2009, 13:19
|
| | | 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 Hola,
El error es que pusiste una coma de mas:
Código javascript :
Ver originalfunction loadLog(){ var oldscrollHeight = $("#chatbox").attr("scrollHeight") - 20; $.ajax({ url: "log.html", cache: false, success: function(html){ $("#chatbox").html(html); var newscrollHeight = $("#chatbox").attr("scrollHeight") - 20; if(newscrollHeight > oldscrollHeight){ $("#chatbox").animate({ scrollTop: newscrollHeight }, 'normal'); } }, // <--------- IE toma como error si te pasas una coma. }); }
Suerte
Salu2 Que buena vision, el infame -> }, |