This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="searchWrapper"> | |
<input type="text" name="searchBar" id="searchBar" placeholder="search for Hardwood" /> | |
</div> | |
<div id="buttons"> | |
<button class="button-value" onclick="filterSelection(null)">All</button> | |
<button class="button-value" onclick="filterSelection('Arden')">Arden</button> | |
<button class="button-value" onclick="filterSelection('Caravan')">Caravan</button> | |
<button class="button-value" onclick="filterSelection('Grant')">Grant</button> | |
<button class="button-value" onclick="filterSelection('Timber')">Timber</button> |