Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/05/2010, 10:51
Avatar de mayid
mayid
Colaborador
 
Fecha de Ingreso: marzo-2009
Ubicación: BsAs
Mensajes: 4.014
Antigüedad: 15 años, 1 mes
Puntos: 101
Respuesta: problema con load() de jquery

Proba esto:

$('#centro').load('ajax/test.html', function() {
alert('Load was performed.');
});

Luego esto:

$('#centro').load('./servicios/1.php',setH()) ;

... poniendo un alert en tu funcion SetH