Making a filter list with Jquery?! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Making a filter list with Jquery?!

hey everybody, can somebody guide me to the directions of how to build a filter list where the user can click on certain elements/buttons and then only the clicked stuff is shown. like on nomadlist.io for example. tried google for ages now, but I am kinda lost.. thanks for your help :)

18th Jan 2017, 8:49 PM
Janis
Janis - avatar
3 Answers
+ 4
not in every item, you can call function click on all "li" and use this keyword
18th Jan 2017, 11:07 PM
Nahuel
Nahuel - avatar
+ 3
Check this video/excersise page: http://try.jquery.com/ Its really well, and what you want to do, its on the first 3 chapters.
18th Jan 2017, 9:10 PM
Nahuel
Nahuel - avatar
0
alright, thanks. so I basically have to make a long list with $("#element").on("click", function() and so on for every item?
18th Jan 2017, 9:28 PM
Janis
Janis - avatar