Applet Development: using jquery in

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
rew222

Applet Development: using jquery in

Post by rew222 »

I'm attempting to write a new stock applet since the one out there broke when Yahoo shut down their API's. The JavaScript I have written is working in a browser, but I cannot get it to work in the applet. I have read all the documentation I could find about applet development, and have tried logging to global.log() and reading the lookingGlass log, but the applet fails silently - no errors.

The applet was first written using the .getJSON method from jquery, but since I could not find anything on jquery support in an applet, I switched to using the fetch API, which I believe is native JavaScript.

So a few questions: is the fetch API supported in applets?, and is it possible to use a framework inside a applet? I'm developing on Mint 17.2/Cinnamon

Thanks.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Locked

Return to “Software & Applications”