Ver Mensaje Individual
  #3 (permalink)  
Antiguo 01/09/2011, 11:31
cmarrero01
 
Fecha de Ingreso: abril-2011
Ubicación: Mendoza
Mensajes: 42
Antigüedad: 13 años
Puntos: 0
De acuerdo Respuesta: Jquery Load y Function con parametros

Bueno segui intentando cosas y lo logre... Esta es la solucion por si le sirve a alguien...

Código HTML:
e = 0;
count = 72
	for(var i=0;i<=count;i++){
			vin = Vin[i];
				jQuery('#VinLoad').load('data.php?vin='+vin,function(data){
						return function(){
							e++;
							if(e==count){
								jQuery('#idInsertdiv').html('All Process');
							}
						}(data,e)
					
				});
			
		}
Saludos
__________________
Claudio A. Marrero - Proyect Manager