Skip to content

Instantly share code, notes, and snippets.

View jonseo's full-sized avatar

J Hines jonseo

View GitHub Profile
@jonseo
jonseo / index.html
Last active May 1, 2023 23:01
Modal w Pagination - remote json File
<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>