Using JQuery in Adobe XD plugin?

I am wondering if I am able to use JQuery in Adobe XD and if so, how? Plugin is written with pure JS without HTM, I have no idea how to bring JQuery in.

2 Likes

Hi @rickyzhangca,

There is a sample in the plugin samples (see https://github.com/AdobeXD/plugin-samples/tree/master/ui-jquery). I haven’t used JQuery for plugins before, but you should be able to get going with the sample.

Hope this helps :wink:,
Pablo

4 Likes

Can’t believe I missed this sample. Thank you!

3 Likes

Great example, thanks for sharing.