Import a JQuery library while i was customizing a function in excel
Description:
I try to import the library to grab data from web, but the system said it cannot realize what $ is from JQuery. I think the compiler doesn't identify i have imported JQuery in the function. After registering and calling the function, it stopped on fetch function and data doesn't display on console. I also tried to grab data calling FETCH and XHR. Neither works.
Screenshot(s):
Fetch Case:

JQuery Case:

I tried to grab the same data using other tools, All other tools can successfully grab the data using fetch, Jquery. Btw, I run on browser version, it works. On windows version, doesn't work.
Script Lab does not support JQuery with Custom Functions.