Ver Mensaje Individual
  #5 (permalink)  
Antiguo 06/05/2013, 09:33
Avatar de alex_dh
alex_dh
 
Fecha de Ingreso: septiembre-2011
Ubicación: Kreuzberg
Mensajes: 235
Antigüedad: 12 años, 8 meses
Puntos: 14
Respuesta: success mover el scroll hasta el fin del div

lo puse asi, y me sigue sin funcionar :(

Código Javascript:
Ver original
  1. $(function(){
  2.     $("#chat-formulario").submit(function(){
  3.         $.ajax({
  4.             type: 'POST',
  5.             url: 'http://www.callejas.com.ar/chat/enviar-chat.php',
  6.             data:$(this).serialize(),
  7.             success: function() {
  8.                 var input = document.getElementById('mensaje-chat-nuevo');
  9.                 input.value = '';
  10.                 $('#cont-chat-msj').scrollTo($("#cont-chat-msj").height());
  11.             }
  12.         });
  13.         return false;
  14.     });
  15.  
  16. });
__________________
Avanzado desarrollador HTML, CSS y programador PHP, MYSQL, JAVASCRIPT

=========CALLEJEROS INOCENTES=========