I am having some trouble getting started with using javascript files on my website (A Flask application). I start the website by running run.py which looks like this:
So your index.html is at app/templates/index.html, and your jQuery is at app/javascript/jQuery.js right?
index.html
app/templates/index.html
app/javascript/jQuery.js
I think your path is wrong. Try this: