script-lab icon indicating copy to clipboard operation
script-lab copied to clipboard

Import a JQuery library while i was customizing a function in excel

Open JerryXBear opened this issue 4 years ago • 1 comments

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: image image

JQuery Case: image image

JerryXBear avatar Feb 27 '21 19:02 JerryXBear

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.

JerryXBear avatar Feb 27 '21 19:02 JerryXBear

Script Lab does not support JQuery with Custom Functions.

wandyezj avatar Apr 05 '24 18:04 wandyezj