Coucou :)

voila tout se matin je veux installer zoombox donc je fait tous ce qui a ecrit

voila mon code

<html>
<head>
<title>ZOOMBOX</title>
<link href="zoombox/zoombox.css" rel="stylesheet" type="text/css" media="screen" />
<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>
<script type="text/javascript">
    jQuery(function($){
        $.zoombox.html('Coucou',{

        })
        $('a.zoombox').zoombox();
    });
</script>
</head>
<body>
<a class="zoombox" href="images/header.png">Click</a>
</body>
</html>

Quand je clic sur mon lien y m'ouvre l'image tout simplement et pas avec la zoombox.

Merci de votre aide

2 réponses


Nicolas Groelly
Auteur
Réponse acceptée

Ca change rien ...

Enleve ça

$.zoombox.html('Coucou',{

        })