I'm a web developer, I've tried methodologies in an English post, but ... none works, I want to add JQuery to electon .
I've used this without window.$
does not work.
<script src='https://code.jquery.com/jquery-3.2.1.min.js'></script>
I tried with window.$
working but stopped working for some unknown reason ...
<script src='https://code.jquery.com/jquery-3.2.1.min.js' onclick='window.$ = window.jQuery = module.exports;'></script>
Does anyone know any script to make JQuery work?
I want to leave it in my main.js
(index.js) instead of leaving it on a webpage if possible. If it does not, I'll leave it on the same webpage.