Skip to content

Instantly share code, notes, and snippets.

@jennifert
Last active August 29, 2015 14:21
Show Gist options
  • Save jennifert/87d3263c84d6c0d537f8 to your computer and use it in GitHub Desktop.
Save jennifert/87d3263c84d6c0d537f8 to your computer and use it in GitHub Desktop.
This is the updated search form to use with the jquery search on my site.
<form role="search" method="get" class="navbar-form navbar-right form-inline" action="/search.html">
<div class="form-group" id="searchdiv">
<input type="search" id="searchbox" name="searchbox" class="form-control search" placeholder="Search ... ">
<label class="hide">Search for:</label>
</div>
<button type="submit" class="btn btn-success search"> <i class="fa fa-search"></i></button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment