Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery.min.js"></script>
<link href="http://twitter.github.io/bootstrap/assets/css/bootstrap.css" rel="stylesheet" type="text/css" />
<link href="http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet" type="text/css" />
<script src="http://twitter.github.io/bootstrap/assets/js/bootstrap.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  <div id="chatHeader">
    <h4>Chat with a Librarian</h4>
  </div>
  <div id="chatWindow">
    
  <div class="chat-bubble-librarian">
  <div class="chat-bubble-glare-librarian"></div>
    <p>Thank you for contacting the help line how can I help you?</p>
    <div class="chat-bubble-arrow-border-librarian"></div>
    <div class="chat-bubble-arrow-librarian"></div>
 </div>
    
  <div class="chat-bubble-user">
    <div class="chat-bubble-glare-user"></div>
    <p>I have a question about kittens?</p>
    <div class="chat-bubble-arrow-border-user"></div>
    <div class="chat-bubble-arrow-user"></div>
 </div>
    <div class="clearfix"></div>
  <div class="chat-bubble-librarian">
  <div class="chat-bubble-glare-librarian"></div>
    <p>Thats Awesome!</p>
    <div class="chat-bubble-arrow-border-librarian"></div>
    <div class="chat-bubble-arrow-librarian"></div>
 </div>    
    
</div>
  <div id="inputArea">
    <div id="textInputRow" class="row">
    <textarea id="textInput"></textarea>
    <button id="sendButton" class="btn btn-primary">Send</button>
    </div>
  </div>
</body>
</html>
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers