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://getbootstrap.com/dist/css/bootstrap.css" rel="stylesheet" type="text/css" />
<script src="http://getbootstrap.com/dist/js/bootstrap.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
 
  <div class="container theme-showcase" role="main">
 
            <div class="row">
                
                <div class="col-md-9 well">
                    
                   
                      
                        <div class="tab-pane active" id="b">
                          <div class="row">
                            <div class="col-xs-6 col-md-4">
                              <div class="form-group">
                                <button type="button" id="btPre" class="btn btn-default btn-md"><span class="glyphicon glyphicon-plus"></span></button>
                              </div>
                              <div class="btn-group">               
                                <ul class="nav nav-pills nav-stacked" id="listPreReq" style="height: 200px; overflow: auto" role="menu">
                                  <li class="active"><a href="#">Action</a></li>
                                  <li><a href="#">Another action</a></li>
                               </ul>
                           </div>
                         </div> 
                            <div class="col-xs-12 col-sm-6 col-md-8">
                                <div class="form-group">
                                  <label for="Second">Multiple Data</label>
                                </div>
                                <div class="form-group">
                                  <textarea id="Area2"></textarea>
                                </div>
                                 <button type="submit" class="btn btn-default">Default</button>
                            </div>
                        
                            
                          
                          
                        </div>
                    </div>
                  </div>
        
 
 
        </div>
  
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
DiegoTcpro
0viewers