# Using JQuery in Adobe XD plugin?

**URL:** https://forums.creativeclouddeveloper.com/t/using-jquery-in-adobe-xd-plugin/220
**Category:** UXP Plugin API
**Tags:** javascript
**Created:** [October 16, 2018, 2:12pm UTC](https://forums.creativeclouddeveloper.com/t/using-jquery-in-adobe-xd-plugin/220 "2018-10-16T14:12:00Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![rickyzhangca](https://avatars.discourse-cdn.com/v4/letter/r/7993a0/32.png) [@rickyzhangca](https://forums.creativeclouddeveloper.com/u/rickyzhangca)
#### Post date: [October 16, 2018, 2:12pm UTC](https://forums.creativeclouddeveloper.com/t/using-jquery-in-adobe-xd-plugin/220/1 "2018-10-16T14:12:00Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![pklaschka](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.creativeclouddeveloper.com/pklaschka/32/3162_2.png) [@pklaschka](https://forums.creativeclouddeveloper.com/u/pklaschka)
#### Post date: [October 16, 2018, 2:59pm UTC](https://forums.creativeclouddeveloper.com/t/using-jquery-in-adobe-xd-plugin/220/2 "2018-10-16T14:59:14Z")

</div>

Hi @rickyzhangca,

There is a sample in the plugin samples (see [https://github.com/AdobeXD/plugin-samples/tree/master/ui-jquery](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 😉,  
Pablo

---

<div class="post-metadata">

### Author: ![rickyzhangca](https://avatars.discourse-cdn.com/v4/letter/r/7993a0/32.png) [@rickyzhangca](https://forums.creativeclouddeveloper.com/u/rickyzhangca)
#### Post date: [October 16, 2018, 9:03pm UTC](https://forums.creativeclouddeveloper.com/t/using-jquery-in-adobe-xd-plugin/220/3 "2018-10-16T21:03:47Z")

</div>

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

---

<div class="post-metadata">

### Author: ![13ux](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.creativeclouddeveloper.com/13ux/32/125_2.png) [@13ux](https://forums.creativeclouddeveloper.com/u/13ux)
#### Post date: [October 30, 2018, 10:16am UTC](https://forums.creativeclouddeveloper.com/t/using-jquery-in-adobe-xd-plugin/220/4 "2018-10-30T10:16:00Z")

</div>

Great example, thanks for sharing.
