The video demonstrates how you could create a search filter for your website. I was making a website at the time where I wanted a user to be able to search for certain videos so needed to create a search button and filter that would filter videos to the users specific search queries. I could not find any code online to do this or any tutorial on youtube so decided to create my own code using Jquery.
The Jquery code is linked to all the videos as they will all be linked with an id rule. The videos are nested within a list including the descriptive text so when a user starts to type what they are looking for the search filter will begin filtering the videos due to the text that matches the query.
Comments
Post a Comment