jQuery is not defined when trying to embed a video in electronJS
Overview I am trying to embed a video in my electron app. My main.js script loads a page called index.html. index.htm then sources a scripts called app.js for the functionality of the page. In app.js, …