Updates search field markup and style

Signed-off-by: Christopher Rogers <chrissrogers@gmail.com>
This commit is contained in:
Christopher Rogers
2014-04-10 17:47:01 -07:00
parent f2d1387971
commit 59ee05c606
3 changed files with 31 additions and 5 deletions

View File

@@ -29,7 +29,7 @@
}
function bind () {
$('#search').on('keyup', function () {
$('#input-search').on('keyup', function () {
if (this.value) {
var items = index.search(this.value);
$('section, #toc .tocify-item').hide();