How do I tell me .HTML file to link the jquery .js file I downloaded?
<html>
<head>
</head>
<body>
<a href="#">Test</a>
</body>
</html>
Also, this script for example, where would it go in my .HTML?
$(function(){
$(".someClass").tipTip();
});