Ver Mensaje Individual
  #6 (permalink)  
Antiguo 11/07/2010, 18:22
Avatar de chalchis
chalchis
 
Fecha de Ingreso: julio-2003
Mensajes: 1.773
Antigüedad: 20 años, 9 meses
Puntos: 21
De acuerdo Respuesta: como llamar una funcion cuando carga el jquery

solucionado habia un error en el archivo .js
ose que si era correcto

Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Sin título 1</title>
<script type="text/javascript" src="funciones.js"></script>
<script type="text/javascript" src="jquery.js"></script>
<script language="javascript">
$(document).ready(function() 
{
    mifuncion();//esta funcion esta en el archivo funciones.js
}
</script>
</head>

<body>

</body>

</html>
__________________
gerardo