I’m having a jquery issue.
I have a js file that link to some other webpage that includes jquery. (Ex. window.location=‘https://www.google.com’, by the way I don’t know if google website uses jquery or not)
It works fine inside my internal js file that uses jquery but when I link to new page(external page), I get a Uncaught ReferenceError: jQuery is not defined error.
How can I import jquery into the external website that I want to show. Does anyone have ideas how to solve this issue?