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>
solved jQuery doesn’t work on Notepad++