my question is NOT about the difference between putting actual javascript/jQuery-code in <head>
or <body>
-section. I want to load the jQuery-lib like this:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
and I wonder whether there is a difference between doing so in the <head>
-area or before end of <body>
? I prefer to do it in the <head>
since this way I find it easier to keep track of everything thats going on