jQuery support issue

Hello everyone, I am newbie and starting to use sendbird javascript SDK.

I look around sendbird js repo and found jQuery repo. But on READ.me

jquery support is deprecated and not supported anymore.

Is it ok to use sendbird with jQuery? If it is ok where can i start from?

Thanks in advance!

Hi @moomoo

Sendbird’s SendBird’s JavaScript SDK should work totally fine along side of JQuery as long as you keep separation of concerns in mind and do not tightly couple Sendbird’s JS SDK with JQuery. Use JQuery for DOM manipulation and feed the SendBird JS SDK JSON data into your elements.

1 Like

Thanks u so much for your reply! I will start developing with jQuery Thanks a lot :slight_smile: