Ver Mensaje Individual
  #7 (permalink)  
Antiguo 09/12/2010, 08:56
Avatar de Jona_than
Jona_than
 
Fecha de Ingreso: noviembre-2005
Ubicación: Chile
Mensajes: 155
Antigüedad: 18 años, 4 meses
Puntos: 0
Respuesta: $.post problemas Internet Explorer

[QUOTE=Dany_s;3665387]si, cuando haces el submit tenes que cancelar el comportamiento, podes hacerlo con return false

Acotando un poco el problema, quiero que vean el siguiente link:

http://creativoweb.dyndns.org/Lagies/IE.php

Pero que lo vean en Internet Explorer, se darán cuenta que al principio muestra la totalidad los resultados ingresados, y luego al hacer el submit muestra solamente los 3 primeros.
Código Javascript:
Ver original
  1. $(function (){
  2.                 $('#form').submit( function(){
  3.                     $.ajax({
  4.                         type: 'POST',
  5.                         url: 'IEnviar.php',
  6.                         data: $(this).serialize(),
  7.                         success: function(resultado){
  8.                             $('#resultado').load('datos.php');
  9.                         }
  10.                     });
  11.                                    
  12.                     return false;
  13.  
  14.                    
  15.                 });
  16.             });


Saludos.
__________________
- Fasecreativa
- Twitter @jonyram