Skip to content

amitrawal/jquery.chatbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jquery.chatbox

jQuery plugin to create a chat box.

Usage

$('#element').chatbox({
      id: id,
      title: title,
      offset: visibleBoxes.length * (width + gap),
      boxClosed: closeBoxCallback
    });

The example in this repo also includes a chat box manager that will be helpful when using multiple chat boxes.

About

jQuery plugin to create a chat box.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published