Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
    <meta name="description" content="Bootstrap bug report template" />
    <meta charset=utf-8>
    
    <title>Bootstrap Bug Report</title>
    
    <!-- Bootstrap CSS -->
    <link rel="stylesheet" href="http://getbootstrap.com/dist/css/bootstrap.min.css">
  </head>
  
  <body>
    
    
    <!-- Follow these instructions, please! -->
    <div class="container">
        <button class="btn btn-primary btn-lg btn-block"  href="index.php?p=api&r=html&c=addressBook&m=modal_newAddress" data-toggle="modal" data-target="#dynamicModal">New Address</button>
        <div class="modal fade" tabindex="-1" role="dialog" aria-labelledby="modal-title" aria-hidden="true" data-backdrop="static" id="dynamicModal">
            <div class="modal-dialog">
                <div class="modal-content">
                    <div class="row">
                        <div class="col-lg-6">
                            <div class="form-group">
                                <label for="address_code">Address Code</label>
                                <span class="glyphicon glyphicon-info-sign help-block pull-right inline-help" data-toggle="popover" data-title="Address Code" data-content="A unique code for this address. Can be used to easily locate, load, or edit an address you use often."></span>
                                <input type="text" class="form-control" id="address_code" name="address_code" maxlength="10" />
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    
    
    
    <!-- jQuery and Bootstrap JS -->
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
    <script src="http://getbootstrap.com/dist/js/bootstrap.min.js"></script>
    
  </body>
</html>
 
$(function(){
  $('body').popover({
        container: 'body',
        selector: '.inline-help',
        trigger: 'hover',
        placement: 'bottom'
    });
});
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers