Hi, I am trying to add a new set of filters to one large set of data on this page:
http://vigstage.pearsonhighered.com/etextbooks/titles-available/index.html
I modified code that I took from a different site- I am calling a data.js file that filters by discipline. I want to add a second set of filters by Feature, so that the user can sort by Discipline and by Feature. How do I add this to my HTML and my JS files?
Thank you!