Can someone assist me in figuring out why this is not functioning properly?
I have meticulously verified that the js files are connected correctly.
Is there something glaringly obvious that I am overlooking? I followed the instructions exactly as they were given! :(
Here is what I am attempting to utilize:
Below is my code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Heroes and Villains</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://code.jquery.com/jquery-latest.min.js"></script>
<script src="circletype.min.js"></script>
<script>
$('#title1').circleType({radius:384});
</script>
</body>
</html>
Thank you in advance for any assistance provided