Bonjour,
Voici maintenant des heures que je m'arrache les cheveux pour essayer de faire marcher zoombox sur un de mes site. J'ai suivi à la lettre cette video : http://www.grafikart.fr/tutoriels/jquery/zoombox-v2-153 mais rien n'y fait ça ne marche toujours pas.
Voici mon code :
<!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 http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Document sans titre</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script type="text/javascript" src="/zoombox/zoombox.js"></script>
<link href="/zoombox/zoombox.css" rel="stylesheet" type="text/css" media="screen" />
<script type="text/javascript">
jQuery(function($)
{
$('a.zoombox').zoombox();
});
</script>
</head>
<body>
<a class="zoombox" href="http://grafikart.github.com/Zoombox/howto.html">hop</a>
</body>
</html>
Je précise que je suis une bille en programmation.
Celui qui arrivera à me débloquer aura droit à ma reconnaissance éternelle.
Merci.
Afficher la suite