17/08/2009, 01:02
|
| | | 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_ 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. |