1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-27 22:09:04 +02:00

add custom forms, stub out examples for radios and checkboxes

This commit is contained in:
Mark Otto
2014-12-24 04:13:23 -08:00
parent e1bb907050
commit 18e08e777b
14 changed files with 1091 additions and 22 deletions

View File

@@ -147,13 +147,6 @@
.tooltip('show')
})
SimpleJekyllSearch.init({
searchInput: document.getElementById('search-input'),
resultsContainer: document.getElementById('search-results'),
searchResultTemplate: '<li><a href="{url}">{title}</a></li>',
dataSource: '/search.json'
})
})
}(jQuery)