Problema al cargar archivo jquery.js, redirecciona al index

  • Autor Autor fais
  • Fecha de inicio Fecha de inicio
F

fais

Beta
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
hola a migos os cuento mi problema, al cargar un archivo jquery.js en vez de cargarme dicho codigo me devuelve de nuevo el index, mira que he probao he copia he hechod e todo, pero no encuentro el fallo, os lo muestro en la siguiente imagen:


Dibujo.webp


y os dejo mi cabezera por si veis algo raro:

HTML:
<!DOCTYPE HTML>
<!--[if IE 6]>
<html id="ie6" <?php language_attributes(); ?>>
<![endif]-->
<!--[if IE 7]>
<html id="ie7" <?php language_attributes(); ?>>
<![endif]-->
<!--[if IE 8]>
<html id="ie8" <?php language_attributes(); ?>>
<![endif]-->
<!--[if !(IE 6) | !(IE 7) | !(IE 8)  ]><!-->
<html>
<head <?php language_attributes(); ?>/>
<meta charset="<?php bloginfo('charset') ?>" />
   <title><?php wp_title('-', true, 'right'); bloginfo() ?></title>
	<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>">
	<script type="text/javascript" src="./jquery.js"></script>
   <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name') ?> - RSS" href="<?php bloginfo('rss2_url') ?>" />
    <link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name') ?> - Atom" href="<?php bloginfo('atom_url') ?>" />
	
<script type="text/javascript">
$('#clickme').click(function() {
  $('#book').slideToggle('slow', function() {
    // Animation complete.
  });
});
</script>
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
	<!-- enable HTML5 elements in IE7+8 --> 
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
<![endif]-->
	<?php wp_head(); ?>
</head>

muchas gracias
 
Atrás
Arriba