Ver Mensaje Individual
  #6 (permalink)  
Antiguo 17/08/2009, 01:02
Avatar de Legoltaz
Legoltaz
 
Fecha de Ingreso: agosto-2008
Mensajes: 325
Antigüedad: 16 años, 3 meses
Puntos: 6
Respuesta: Problema con getElementById() simplificado

Cita:
Iniciado por goyo_ Ver Mensaje
Ponlo al fondo antes del </body>, y si es antes del html usa
Código PHP:
window.onload = function() {
//tu codigo
}

window.addEvent('domready', function() {
// tu codgo mootools
});

$(function() {
//tu codigo jquery
}); 
Gracias.