Ciao a tutti,
Ho un piccolo problema con jQuery: NON RIESCO AD ISTALLARLO !
codice:
Dettagli errore pagina Web
Agente utente: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; OfficeLiveConnector.1.5; OfficeLivePatch.1.3)
Timestamp: Wed, 28 Jul 2010 18:11:40 UTC
Messaggio: Carattere non valido
Linea: 1
Carattere: 1
Codice: 0
URI: file:///C:/Users/client9/Desktop/Test%20MyOS/zzzz/js/jquery-ui-1.8.custom.min.js
Messaggio: Proprietà o metodo non supportati dall'oggetto
Linea: 12
Carattere: 3
Codice: 0
URI: file:///C:/Users/client9/Desktop/Test%20MyOS/zzzz/index.html
E poi ogni volta che vado nella pagina index.html mi da il controllo activeX e si leva al 2-3 tentativo... e poi non mi fa il refresh pagina.
Dimenticavo il Code di index.html
Codice PHP:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>jQuery UI Example Page</title>
<link href="css/themename/jquery-ui-1.8.custom.css" rel="Stylesheet" />
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.custom.min.js"></script>
<script type="text/javascript">
$('#date').datepicker();
</script>
</head>
<body>
<input type="text" name="date" id="date" />
</body>
</html>