"processing bar"
Bootstrap 3.3.0 Snippet by nnmquan

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <h2> Processing...</h2> <br/> <div class="col-md-10"> <div class="progress"> <div class="progress-bar progress-bar-success progress-bar-striped active" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100" style="width:50%"> 50% </div> </div> </div> <div class="col-md-2"> <button type="button" class="btn btn-danger btn-xs"><span class="glyphicon glyphicon-remove"></span></button> </div> </div> </div>

Related: See More


Questions / Comments: