Ver Mensaje Individual
  #3 (permalink)  
Antiguo 15/06/2011, 23:14
InKarC
 
Fecha de Ingreso: noviembre-2005
Mensajes: 426
Antigüedad: 18 años, 5 meses
Puntos: 87
Respuesta: Recargar etiqueta <script>

Ajax a las patadas?

Código Javascript:
Ver original
  1. setInterval(function(){
  2. $.get('codigo.js', function(data) {
  3.       alert(data);
  4.     });
  5. },5000)

http://api.jquery.com/jQuery.ajax/