Skip to main content

My new Desert Vehicle

JQuery search filter for an individual item


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.



The Jquery has an id rule of mylist so it will be linked to a HTML list in the HTML body section. The videos are nested within an unordered list rule as you can see in the video. The next video shows the same principle again but with images instead of videos.






Comments

Popular posts from this blog

Cyberpunk 2077_ go to red dirt in the evening

Rumble link

Using bravenet site builder 2020

Using the free bravenet site builder which is on some hosting sites. Bravenet allows free hosting with a subdomain like wordpress and own domain with premium account. Bravenet site builder has several themes. In the video I am trying one of the themes and showing how you can edit and build a site with the site builder.

Install Pyautogui and Pip in Python

Install Pyautogui in Python The video above shows how you can easily download and install pyautogui into Python. Pyautogui is a Python library. For any python library to be installed you need to have Pip installed. Watch the video below to see how this is done. Install Pip in Python