Ver Mensaje Individual
  #3 (permalink)  
Antiguo 19/07/2013, 15:38
wolfoxley
 
Fecha de Ingreso: julio-2013
Mensajes: 9
Antigüedad: 10 años, 9 meses
Puntos: 0
Respuesta: Evento al cargar el HTML del body

puedes utilizar esta estructura dentro de tu script


Código Javascript:
Ver original
  1. (function (){
  2.     tufuncion();
  3.     function tufuncion(){
  4.         console.log("hola");
  5.     }
  6. })();