0

In my webpage, I have a full list of publications. However, I want to set up a few labels according to different research topics. Then when I click one label, the list of papers is expected to be updated (only the papers related to this topic will be shown, others hidden). How can I implement this? Is there any template on this?

Thanks in advance.

Y Tao
  • 47
  • 4
  • I've found a similar question and great answers. https://stackoverflow.com/questions/17731457/hide-show-content-list-with-only-css-no-javascript-used – Y Tao Mar 03 '22 at 23:22

1 Answers1

0

When you click on the link, a class could be changed on the list element, and then your CSS could hide/show the papers appropriately.