Using list.js sort and search not working
问题 This is my first time using list.js and for some reason it is not working. Here is a live example. http://hartslogmuseum.com/bookhjr10/test.php here is what its supposed to do http://listjs.com/examples And here is my code. I want to search only the name. <div class="table-responsive"> <div id="catalog"> <input class="search" placeholder="Search" /> <button class="sort" data-sort="name"> Sort Name </button> <button class="sort" data-sort="cat"> Sort Category </button> <h2> Catalog </h2>