samedi 7 janvier 2017

Why is circletype.js jquery not working?

Can someone please help me work out why this is not working??

I have checked and triple checked that the js files are linked correctly.

Am I missing something really obvious? This is exactly how they said to use it! :(

What I am trying to use :

http://ift.tt/Y6FhpU

My code:

<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8" />
<title>Heroes and Villians</title>
<link rel="stylesheet" href="ma.css">
 <script src="modernizr-2.6.2-respond-1.1.0.min.js"></script>

  </head>
 <body>


<h2 id="title1">Heroes</h2>



<script src="http://ift.tt/J5OMPW"></script>

<script src="circletype.min.js"></script>

<script>


$('#title1').circleType({radius:384});
</script>

    </body>
 </html>

Thank you in advance for your help

Aucun commentaire:

Enregistrer un commentaire