[ad_1]
It’s a typo in your script tag, change scr
<script scr="https://stackoverflow.com/questions/45972334/jquery.js"></script>
to src
<script src="https://stackoverflow.com/questions/45972334/jquery.js"></script>
[ad_2]
solved jQuery doesn’t work on Notepad++