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 :)
3 ответов
+ 4
not in every item, you can call function click on all "li" and use this keyword
+ 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.
0
alright, thanks. so I basically have to make a long list with $("#element").on("click", function() and so on for every item?