"Easy Table Filter"
Bootstrap 3.3.0 Snippet by baselmbk

<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="col-md-6 col-md-offset-3" style="margin-top:30px"> <div class="form-horizontal"> <div class="col-md-8"> <div class="form-group"> <label class="control-label col-sm-2" for="email">Email:</label> <div class="col-sm-10"> <input type="email" class="form-control" id="email" placeholder="Enter email"> </div> </div> <div class="form-group"> <label class="control-label col-sm-2" for="pwd">Password:</label> <div class="col-sm-10"> <input type="password" class="form-control" id="pwd" placeholder="Enter password"> </div> </div> </div> <div class="col-md-4"> <a href="#" class="thumbnail"> <img src="http://i.stack.imgur.com/L3P85.png" alt="..."> </a> </div> </div> </div>

Related: See More


Questions / Comments: