My website layout is two layers deep (~/Layer1/Layer2/index.html and data.csv)
My goal is that when a button on the HTML page is clicked, it triggers the jQuery function (that's working) that starts the download of the data.csv file.
I can't figure out how to 1) Access the data.csv file location from javascript/jQuery. and 2)Initiate a download instead of having the webpage open is as a webpage.
Thanks!