Método PeriodicalUpdater envio de data a una función
AUTOR PREGUNTA #1
-
¿Tienes la misma pregunta? Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
AUTOR PREGUNTA #2
#3
new Ajax.PeriodicalUpdater('container', '/someurl', { method: 'get', frequency: 3, decay: 2; onsuccess: function(response){ miFuncionPer(response.responseText); } }); function miFuncionPer(data){ /* tu codigo aqui */ }