Everything I tried it jsut won t work… Heeeeeeeeeeeeeeeelp
see this:
can you tell me what jQuery I need to download please?
everything like I should right but it won t run this
help please
have you downloaded jquery?
if you haven’t and don’t want to go that way you can use a CDN link
this is an example from the link I posted above (it is not the most recent version tho)
<!doctype html>
<html lang="en">
<head>
<title>jQuery Demo</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script> <!-- this is the CDN link to jquery, and with this included you can use jquery in your project -->
<script src="js/scripts.js"></script>
</body>
</html>
if you want to download jquery, you need to do that from here: https://jquery.com/download/
or you can also find the CDN link to most recent version there
I can’t see what’s written in your screenshots. The text is too small.
and how do I know what version to download there is compressed uncompressed then 100 cdns
there is written what they do, one is for development, and one for production
one is for developing something, and the other when you deploy the live project
if you open them, you can also see that one is pretty understandable, and the other seems nonsense.