Intégrer le plugin corner
Bonjour, je souhaitais me servir du plugin corner, mais impossible de la faire fonctionner, cela doit être une erreur très bête.
Voici mon code :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
<head>
<title>Hello World avec jQuery</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
<div style="background-color:blue;width:200px;height:200px;">Salut tout le monde !</div>
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="jquery.corner.js"></script>
<script type="text/javascript">
$(div).corner();
</script>
</body>
</html> |
Les fichier jquery.js et jquery.corner.js sont placés dans le même répertoire.
Merci d'avance pour vos réponses,
cordialement.