Bootstrap 2.3.2 Append Input
by ivawzh
HTML
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css">
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
<div class="input-append">
<input class="span1" id="appendedInputButton" type="text"/>
<button type="submit" class="btn">
<i class="icon-search"></i>
</button>
</div>
<!-- Post Info -->
<div style='position:fixed;bottom:0;left:0;
background:lightgray;width:100%;'>
About this SO question: <a href='http://stackoverflow.com/q/16875392/1366033'>Add Twitter Bootstrap icon to Input box</a><br/>
Find documentation: <a href='http://getbootstrap.com/2.3.2/base-css.html#forms'>Extending form controls with append and prepend</a><br/>
Find documentation: <a href='http://getbootstrap.com/2.3.2/base-css.html'>Get Bootstrap 2.3.2</a><br/>
External JS File: <a href='http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js'>bootstrap.min.js</a><br/>
External Style Sheet: <a href='http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css'>bootstrap-combined.min.css</a>
<div>