Advertisement
Guest User

Untitled

a guest
Jul 29th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1.  
  2. <div id="search">
  3. <div class="input-group col-md-12">
  4. <input type="text" id = "userText" class="form-control input-lg" placeholder="Search" />
  5. <span class="input-group-btn">
  6. <button class="btn btn-info btn-lg" id = "initSearch" type="button">
  7. <i class="glyphicon glyphicon-search"></i>
  8. </button>
  9. </span>
  10. </div>
  11. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement