Is it possible to use include JQuery into my cocos2dx jsb?

As title, I was using SignalR to communicate between my client(cocos2dx jsb) and server(.net SignalR).
Too bad that SignalR are rely heavily on JQuery, and it have no pure javascript to interact between the client and server.
I just wondering is it possible to use JQuery inside my coco2dx jsb client app?

Is there any available sample?

Thanks.

I have the same issue. Anyone could integrate the SignalR not the SignalR core to cocos creator js or ts?