Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/12/2010, 10:26
chechi123
 
Fecha de Ingreso: abril-2010
Mensajes: 56
Antigüedad: 14 años
Puntos: 0
ejemplo del error

miren este es un ejemplo pequeño algo diferente alo q estoy haciendo....
pero sucede exactamente lo mismo.... ¿?

Código HTML:
<html>
<head>
   <title>Ajax Simple</title>
<script language="JavaScript" type="text/javascript" src="js/jquery-1.4.4.min.js"></script>    
<script>
$(document).ready(function(){
   $("#enlaceajax").click(function(evento){
      evento.preventDefault();
      $("#destino").load("prub.html");
   });
})
</script>
</head>
<body>

<a href="#" id="enlaceajax">Haz clic!</a>
<script language="JavaScript" src="calendar/calendar_db.js"></script>
<link rel="stylesheet" href="calendar/calendar.css">

<input type="text" name="fecha"  size="10" id="fecha" />
	
		<script language="JavaScript">
		// whole calendar template can be redefined per individual calendar
		var A_CALTPL = {
			'months' : ['Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio', 'Agosto', 'Septiembre', 'Octubre', 'Noviembre', 'Diciembre'],
			'weekdays' : ['do', 'lu', 'ma', 'mi', 'ju', 'vi', 'sa'],
			'yearscroll': true,
			'weekstart': 0,
			'centyear'  : 70,
			'imgpath' : 'calendar/img/'
		}
		
		new tcal ({
			// if referenced by ID then form name is not required
			'controlname': 'fecha'
		}, A_CALTPL);
		</script> 
<br>
<div id="destino">
   
</div>

</body>
</html> 

el calendario... es de esta pagina http://www.softcomplex.com/products/tigra_calendar/

y el jquery q uso es: jquery-1.4.4.min que lo descargue de la pagina : http://docs.jquery.com/Downloading_jQuery

peuden probarlo y correrlo.. para q vean especifiamente q e slo q pasa....
muchas gracias.. y espero q alguien peuda colaborarme