Created
January 8, 2015 23:03
-
-
Save BenTheHokie/cf6433000da02e2d9f26 to your computer and use it in GitHub Desktop.
muh divs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
</tbody> | |
</table> | |
<div class="container-fluid whitetxt phoneform"> | |
<form class="form-horizontal" role="form"> | |
<div class="form-group"> | |
<label Class="control-label col-xs-2 col-lg-4" for="phone">Phone Number:</label> | |
<div class="col-xs-10 col-lg-8"> | |
<div class="input-group"> | |
<input type="tel" class="form-control" id="phone" placeholder="No spaces or punctuation. Only numbers."> | |
<div class="input-group-btn"> | |
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">Carrier <span class="caret"></span></button> | |
<ul class="dropdown-menu dropdown-menu-right" role="menu"> | |
<li><a href="#">Verizon</a></li> | |
<li><a href="#">AT&T</a></li> | |
<li><a href="#">Sprint</a></li> | |
<li><a href="#">T-Mobile</a></li> | |
<li><a href="#">Virgin Mobile</a></li> | |
</ul> | |
</div> | |
</div> | |
</div> | |
</div> | |
</form> | |
</div> | |
</div> | |
<div class="col-xs-0 col-md-2"></div> | |
</div></div> | |
<script src="../js/qtables.js"></script> | |
<script> | |
$(".phoneform").show(); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment