skip to Main Content

jQuery search and filter using keywords – Photoshop

I'm trying to program a search/filter function that searches through unordered list items with data-* attributes based on what the user types in. <input type="text" placeholder="Search..." id="myInput" onkeyup="myFunction()"> <ul id="myUL"> <li><a href="#" data-keywords="photography">Digital Media Design</a></li> <li><a href="#" data-keywords="computers">Information Technology</a></li> <li><a…

VIEW QUESTION

Redirecting to a particular page – Twitter bootstrap

`<!DOCTYPE html> <html class="no-js"> <head> <!-- Basic Page Needs ================================================== --> <meta charset="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="icon" type="image/png" href="images/favicon.png"> <title>Timer Agency Template</title> <meta name="description" content=""> <meta name="keywords" content=""> <meta name="author" content=""> <!-- Mobile Specific Metas ================================================== --> <meta…

VIEW QUESTION
Back To Top
Search