chatjs
chatjs copied to clipboard
Platform-independent jQuery plugin for chatting
If you send :) :) :) only the first one is replaced for an emoticon FILE: jquery.chatjs.messageboard.js var emoticons = [ { pattern: ":-)", cssClass: "happy" }, MUST BE {...
Hello! This is a great jQuery plugin. I would like to add the ability to make an ajax request to an API for auto-updating the friend list. I have a...
SignalR Hub
Hi Everyone! Do you guys have the Hub Server code? It would be useful to understand how to get the SignalR adapter running!
Fixed problem reported on issue #19
chatjs\chatjs\js\jquery.chatjs.adapter.signalr.ts and chatjs\ChatJs\js\jquery.chatjs.adapter.signalr.js both have top lines of ``` /// /// ``` But there is no folder /Scripts and no .d.ts files in a project. I'm pretty new to TypeScript....
Hi Andre, I like your project. But I'm getting crazier when I implement the SignalR Scaleout with SQL Server. I want the chat application communicate on multiple servers that sit...
Hi, Could you help me to resolve this issue jquery.chatjs.controller.ts:98Uncaught TypeError: Cannot read property 'isMaximized' of undefined. Because of this issue, could not explore further to see rest of the...
Hi, how can i disable auto open Chat Box ? Regards Shadat
I want to implement an adapter chatjs, but i don't know where to start jeje where I load the friend list ?? or what is the correct way to implement...