Coder Social home page Coder Social logo

jchat's Introduction

jChat

A pure javascript chat plugin

Create a Channel

You could create a new chat channel by adding the following html

<div class="jchat-container" id="container">
    <div class="jchat-channel">

    </div>
    <div class="jchat-toolbar">
        <span class='icon jchat-send icon-send' aria-pressed="false"></span>
        <span class="icon jchat-bold icon-bold" aria-pressed="false"></span>
        <span class="icon jchat-italic icon-italic" aria-pressed="false"></span>
        <span class="icon jchat-underline icon-underline" aria-pressed="false"></span>
        <span><span class="icon jchat-text-color icon-text-color" aria-pressed="false"></span></span>
        <span><span class="icon jchat-bgcolor icon-bgcolor" aria-pressed="false"></span></span>
        <input title='Font Size' class='jchat-font-size' type="number" value="14">
    </div>
    <textarea class='jchat-textbox' title="Channel"></textarea>
</div>

Then Add the following javascript

    var container = document.getElementById('container');
    var chat = new jChat({
        appendTo: container,
        ajaxConfig: {
            action: 'get.php',
            data: {test: 'test'}
        }
    });

jchat's People

Contributors

trpgline avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.