<script href="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script>
console.log($);
console.log(jQuery);
</script>
I get a message that $
or jQuery
is undefined: what’s wrong?
It’s just an empty index.html, with no other code.