{"id":5882,"date":"2020-05-04T08:30:16","date_gmt":"2020-05-04T08:30:16","guid":{"rendered":"https:\/\/webdevtrick.com\/?p=5882"},"modified":"2020-05-04T15:27:38","modified_gmt":"2020-05-04T15:27:38","slug":"jquery-search-list","status":"publish","type":"post","link":"https:\/\/webdevtrick.com\/jquery-search-list\/","title":{"rendered":"jQuery Search List With Bootstrap Layout | Search List Filter Program"},"content":{"rendered":"<p><strong>How we can create a search filter for list items using JS? Solution: See this jQuery Search List With Bootstrap Layout | Search List Filter Program.<\/strong><\/p>\n<p>Previously I have shared a <span><a href=\"https:\/\/webdevtrick.com\/jquery-search-filter\/\" target=\"_blank\" rel=\"noopener noreferrer\">search filter example<\/a><\/span>, this is also similar to that but it is fast and with a <strong>smooth fade<\/strong> in and out <strong>animations<\/strong>. Basically, a <strong>search filter<\/strong>&#8216;s work is <strong>filtering out<\/strong> the matching query which is given by the user. And this is important in every condition: on website, web app, mobile app, or any desktop software. Suppose a webpage contains a long list or table and you have to <strong>find a specific item<\/strong>, then it will very helpful.<\/p>\n<p>Today you will learn to create a <strong>Search List Filter<\/strong> Program. Basically, there is a list with all country names and header section with <strong>title and search input<\/strong>. When you will click on the <span><a href=\"https:\/\/webdevtrick.com\/tag\/input\" target=\"_blank\" rel=\"noopener noreferrer\">input<\/a><\/span> and put any character then the list items will be <strong>filtering out<\/strong> according to the given query. During the f<strong>ilter items<\/strong>, there is cool <strong>fade-in<\/strong> and <strong>fade-out<\/strong> animation effects. This whole process is pretty cool and fast.<\/p>\n<p>So, Today I am sharing<strong> jQuery Search List<\/strong> With Bootstrap Layout. There I have used <strong>bootstrap<\/strong> to create a <span><a href=\"https:\/\/webdevtrick.com\/tag\/responsive\" target=\"_blank\" rel=\"noopener noreferrer\">responsive<\/a><\/span> layout, CSS for styling and jQuery for functioning. For the font styles and icon placement, I have used google fonts service. There is a shortcode for filter contents easily, you can use it on your website. This <strong>search program<\/strong> filters content without refreshing like our <strong>control+F<\/strong> command.<\/p>\n<p>If you are thinking now how this list search program actually is, then see the preview given below.<\/p>\n<h3>Preview Of List Filter Program<\/h3>\n<p>See this video preview to getting an idea of how this list filter program looks like.<\/p>\n<div style=\"width: 640px;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-5882-1\" width=\"640\" height=\"397\" loop autoplay preload=\"metadata\" controls=\"controls\"><source type=\"video\/mp4\" src=\"https:\/\/webdevtrick.com\/wp-content\/uploads\/search-list-filter.mp4?_=1\" \/><a href=\"https:\/\/webdevtrick.com\/wp-content\/uploads\/search-list-filter.mp4\">https:\/\/webdevtrick.com\/wp-content\/uploads\/search-list-filter.mp4<\/a><\/video><\/div>\n<a class=\"maxbutton-2 maxbutton maxbutton-demo\" target=\"_blank\" rel=\"noopener\" href=\"https:\/\/webdevtrick.com\/demos\/jquery-list-search\/\"><span class='mb-text'>Live Demo<\/span><\/a>\n<p>Now you can see this program visually, also you can see it live by pressing the button given above. If you like this, then get the <strong>source code<\/strong> of its.<\/p>\n<p><span style=\"font-size: 14pt;\">You May Also Like:<\/span><\/p>\n<ul>\n \t<span><\/p>\n<li><a href=\"https:\/\/webdevtrick.com\/popup-contact-form\/\" target=\"_blank\" rel=\"noopener noreferrer\">Popup Contact Form<\/a><\/li>\n<li><a href=\"https:\/\/webdevtrick.com\/resizable-table-columns\/\" target=\"_blank\" rel=\"noopener noreferrer\">Resizable Table Columns<\/a><\/li>\n<li><a href=\"https:\/\/webdevtrick.com\/image-comparison-slide\/\" target=\"_blank\" rel=\"noopener noreferrer\">Image Comparison Slide<\/a><\/li>\n<li><a href=\"https:\/\/webdevtrick.com\/css-text-underline-hover-effect\/\" target=\"_blank\" rel=\"noopener noreferrer\">Text Underline Hover Effect<\/a><\/li>\n<p><\/span>\n<\/ul>\n<h2>jQuery Search List Source Code<\/h2>\n<p>Before <strong>sharing source code<\/strong>, let&#8217;s talk about it. First I have created the container div and create the whole layout according to <strong>Bootstrap&#8217;s grid<\/strong> layout. There I have created a <span><a href=\"https:\/\/webdevtrick.com\/tag\/list\" target=\"_blank\" rel=\"noopener noreferrer\"><strong> list<\/strong><\/a><\/span> using HTML <span class=\"lang:default decode:true crayon-inline\">&lt;ul&gt; &amp; &lt;li&gt;<\/span> commands and placed all countries names. Also, I have placed a heading <strong>title, search input and search icon<\/strong> above the list. In the <strong>HTML file<\/strong>, I have linked other files like CSS, JS, and JQuery CDN link.<\/p>\n<p>Now <strong>using CSS<\/strong> I have placed all the items in the right place, as you can see in the preview. This program is based on the <strong>bootstrap layout<\/strong> that&#8217;s why there is less <strong>custom CSS<\/strong>. With CSS I gave basic values like fonts, padding, margin, color, etc to all the elements. There I have used CSS <strong>@keyframe<\/strong> commands to create fade-in and fade-out <span><a href=\"https:\/\/webdevtrick.com\/tag\/css-animation\" target=\"_blank\" rel=\"noopener noreferrer\">animation<\/a><\/span> effects.<\/p>\n<p><strong>JQuery<\/strong> handling here the search or filter function in this program. I have used jQuery <span class=\"lang:default decode:true crayon-inline \">indexOf(searchText)<\/span> for search and <strong>filter out contents<\/strong> according to the user&#8217;s query. There I have used JS <span class=\"lang:default decode:true crayon-inline \">if{} else{}<\/span> statements to declare the which <strong>animation effect<\/strong> will active on different conditions.<\/p>\n<p>Left all other things you will understand after <strong>getting the codes<\/strong>, I can&#8217;t explain all in writing. For creating this program you have to create 3 files. First file for <strong>HTML<\/strong>, second for <strong>CSS<\/strong>, and third for <strong>JavaScript<\/strong>. Follow the steps to creating this program without any error.<\/p>\n<p><span style=\"font-size: 14pt;\">index.html<\/span><\/p>\n<p>Create an HTML file named &#8216;<em><strong>index.html<\/strong><\/em>&#8216; and put these codes given below.<\/p>\n<pre class=\"height-set:true height:750 lang:xhtml decode:true \" title=\"index.html\">&lt;!DOCTYPE html&gt;\r\n&lt;html lang=\"en\" &gt;\r\n&lt;head&gt;\r\n  &lt;meta charset=\"UTF-8\"&gt;\r\n  &lt;title&gt;Search By list  jQuey | Webdevtrick.com&lt;\/title&gt;\r\n&lt;link href='https:\/\/fonts.googleapis.com\/css?family=Roboto:400,300,500,700,900,100' rel='stylesheet' type='text\/css'&gt;\r\n&lt;link href=\"https:\/\/fonts.googleapis.com\/icon?family=Material+Icons\" rel=\"stylesheet\"&gt;\r\n&lt;link rel='stylesheet' href='https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/3.3.6\/css\/bootstrap.min.css'&gt;\r\n&lt;link rel=\"stylesheet\" href=\"style.css\"&gt;\r\n\r\n&lt;\/head&gt;\r\n&lt;body&gt;\r\n\r\n&lt;div class=\"container\"&gt;\r\n\r\n  &lt;div class=\"row\"&gt;\r\n    &lt;div class=\"col-md-12 tv-search-tm\"&gt;\r\n      &lt;div class=\"row\"&gt;\r\n        &lt;div class=\"col-md-4\"&gt;\r\n          &lt;p class=\"tv-search-title-tm\"&gt;Service Availability&lt;\/p&gt;\r\n        &lt;\/div&gt;\r\n        &lt;div class=\"col-md-8 tv-search-input-container-tm\"&gt;\r\n          &lt;input type=\"text\" name=\"\" value=\"\" class=\"tv-search-input-tm\" placeholder=\"Search a Country...\" \/&gt;  \r\n          &lt;i class=\"material-icons\"&gt;search&lt;\/i&gt;\r\n        &lt;\/div&gt;\r\n      &lt;\/div&gt;\r\n       \r\n    &lt;\/div&gt;\r\n    &lt;div class=\"col-md-12 tv-search-results-tm\"&gt;\r\n      &lt;div class=\"tv-columns-tm\"&gt;\r\n        &lt;ul class=\"tv-search-result-ul-tm\"&gt;\r\n          &lt;li&gt;Argentina&lt;\/li&gt;\r\n          &lt;li&gt;Armenian&lt;\/li&gt;\r\n          &lt;li&gt;Australia&lt;\/li&gt;\r\n          &lt;li&gt;Austria&lt;\/li&gt;\r\n          &lt;li&gt;Bahrain&lt;\/li&gt;\r\n          &lt;li&gt;Bangladesh&lt;\/li&gt;\r\n          &lt;li&gt;Belgium&lt;\/li&gt;\r\n          &lt;li&gt;N\/A&lt;\/li&gt;\r\n          &lt;li&gt;Bermuda&lt;\/li&gt;\r\n          &lt;li&gt;Byelorussia&lt;\/li&gt;\r\n          &lt;li&gt;Bolivia&lt;\/li&gt;\r\n          &lt;li&gt;Brazil&lt;\/li&gt;\r\n          &lt;li&gt;Brunei&lt;\/li&gt;\r\n          &lt;li&gt;Canada&lt;\/li&gt;\r\n          &lt;li&gt;Cape Verde Islands&lt;\/li&gt;\r\n          &lt;li&gt;Chile&lt;\/li&gt;\r\n          &lt;li&gt;China&lt;\/li&gt;\r\n          &lt;li&gt;Chipre&lt;\/li&gt;\r\n          &lt;li&gt;Colombia&lt;\/li&gt;\r\n          &lt;li&gt;N\/A&lt;\/li&gt;\r\n          &lt;li&gt;Croatia&lt;\/li&gt;\r\n          &lt;li&gt;Czech Republic&lt;\/li&gt;\r\n          &lt;li&gt;Denmark&lt;\/li&gt;\r\n          &lt;li&gt;Dominican Republic&lt;\/li&gt;\r\n          &lt;li&gt;Ecuador&lt;\/li&gt;\r\n          &lt;li&gt;Egypt&lt;\/li&gt;\r\n          &lt;li&gt;El Salvador&lt;\/li&gt;\r\n          &lt;li&gt;Estonia&lt;\/li&gt;\r\n          &lt;li&gt;Fiji Islands&lt;\/li&gt;\r\n          &lt;li&gt;Finland&lt;\/li&gt;\r\n          &lt;li&gt;France&lt;\/li&gt;\r\n          &lt;li&gt;Gambia&lt;\/li&gt;\r\n          &lt;li&gt;Georgia&lt;\/li&gt;\r\n          &lt;li&gt;Germany&lt;\/li&gt;\r\n          &lt;li&gt;Ghana&lt;\/li&gt;\r\n          &lt;li&gt;Greece&lt;\/li&gt;\r\n          &lt;li&gt;Guam&lt;\/li&gt;\r\n          &lt;li&gt;Guatemala&lt;\/li&gt;\r\n          &lt;li&gt;N\/A&lt;\/li&gt;\r\n          &lt;li&gt;Honduras&lt;\/li&gt;\r\n          &lt;li&gt;Hong Kong&lt;\/li&gt;\r\n          &lt;li&gt;Iceland&lt;\/li&gt;\r\n          &lt;li&gt;India&lt;\/li&gt;\r\n          &lt;li&gt;Indonesia&lt;\/li&gt;\r\n          &lt;li&gt;Irak&lt;\/li&gt;\r\n          &lt;li&gt;Ireland&lt;\/li&gt;\r\n          &lt;li&gt;Israel&lt;\/li&gt;\r\n          &lt;li&gt;Italy&lt;\/li&gt;\r\n          &lt;li&gt;Japan&lt;\/li&gt;\r\n          &lt;li&gt;Kazakhstan&lt;\/li&gt;\r\n          &lt;li&gt;Kenya&lt;\/li&gt;\r\n          &lt;li&gt;Lebanon&lt;\/li&gt;\r\n          &lt;li&gt;Lithuania&lt;\/li&gt;\r\n          &lt;li&gt;Luxembourg&lt;\/li&gt;\r\n          &lt;li&gt;Macao&lt;\/li&gt;\r\n          &lt;li&gt;Malaysia&lt;\/li&gt;\r\n          &lt;li&gt;Malta&lt;\/li&gt;\r\n          &lt;li&gt;Marshal&lt;\/li&gt;\r\n          &lt;li&gt;Mexico&lt;\/li&gt;\r\n          &lt;li&gt;Monaco&lt;\/li&gt;\r\n          &lt;li&gt;Morocco&lt;\/li&gt;\r\n          &lt;li&gt;Netherlands&lt;\/li&gt;\r\n          &lt;li&gt;Netherlands Antilles&lt;\/li&gt;\r\n          &lt;li&gt;New Zealand&lt;\/li&gt;\r\n          &lt;li&gt;Nicaragua&lt;\/li&gt;\r\n          &lt;li&gt;Norway&lt;\/li&gt;\r\n          &lt;li&gt;Pakistan&lt;\/li&gt;\r\n          &lt;li&gt;Panama&lt;\/li&gt;\r\n          &lt;li&gt;Paraguay&lt;\/li&gt;\r\n          &lt;li&gt;Peru &lt;\/li&gt;\r\n          &lt;li&gt;Philippines&lt;\/li&gt;\r\n          &lt;li&gt;Poland&lt;\/li&gt;\r\n          &lt;li&gt;Portugal&lt;\/li&gt;\r\n          &lt;li&gt;Puerto Rico&lt;\/li&gt;\r\n          &lt;li&gt;Romania&lt;\/li&gt;\r\n          &lt;li&gt;Rwanda&lt;\/li&gt;\r\n          &lt;li&gt;Saipan&lt;\/li&gt;\r\n          &lt;li&gt;Saudi Arabia&lt;\/li&gt;\r\n          &lt;li&gt;Senegal&lt;\/li&gt;\r\n          &lt;li&gt;Singapore&lt;\/li&gt;\r\n          &lt;li&gt;Slovakia&lt;\/li&gt;\r\n          &lt;li&gt;South Africa&lt;\/li&gt;\r\n          &lt;li&gt;South Korea&lt;\/li&gt;\r\n          &lt;li&gt;Spain&lt;\/li&gt;\r\n          &lt;li&gt;Sri Lanka&lt;\/li&gt;\r\n          &lt;li&gt;Sweden&lt;\/li&gt;\r\n          &lt;li&gt;Swiss&lt;\/li&gt;\r\n          &lt;li&gt;Syria&lt;\/li&gt;\r\n          &lt;li&gt;Taiwan&lt;\/li&gt;\r\n          &lt;li&gt;Thailand&lt;\/li&gt;\r\n          &lt;li&gt;Trinidad &amp;amp; Tobago&lt;\/li&gt;\r\n          &lt;li&gt;Turkey&lt;\/li&gt;\r\n          &lt;li&gt;Ukraine&lt;\/li&gt;\r\n          &lt;li&gt;United Arab Emirates&lt;\/li&gt;\r\n          &lt;li&gt;United Kingdom&lt;\/li&gt;\r\n          &lt;li&gt;United States&lt;\/li&gt;\r\n          &lt;li&gt;Uruguay&lt;\/li&gt;\r\n          &lt;li&gt;USVI&lt;\/li&gt;\r\n          &lt;li&gt;Uzbequistan&lt;\/li&gt;\r\n          &lt;li&gt;Venezuela&lt;\/li&gt;\r\n          &lt;li&gt;Zimbabwe&lt;\/li&gt;\r\n        &lt;\/ul&gt;\r\n      &lt;\/div&gt;\r\n    &lt;\/div&gt;\r\n  &lt;\/div&gt;\r\n\r\n&lt;\/div&gt;\r\n\r\n&lt;script src='https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/2.1.3\/jquery.min.js'&gt;&lt;\/script&gt;\r\n&lt;script  src=\"function.js\"&gt;&lt;\/script&gt;\r\n\r\n&lt;\/body&gt;\r\n&lt;\/html&gt;\r\n<\/pre>\n<p><span style=\"font-size: 14pt;\">style.css<\/span><\/p>\n<p>Now create a CSS file named &#8216;<em><strong>style.css<\/strong><\/em>&#8216; and put these codes given here.<\/p>\n<pre class=\"height-set:true height:750 lang:css decode:true \" title=\"style.css\">body {\r\n  font-family: 'Roboto', sans-serif;\r\n  font-weight:400;\r\n}\r\n*:focus {\r\n    outline: none;\r\n}\r\n.tv-search-tm {\r\n  border-bottom:3px solid #219ae2;\r\n  padding-top:10px;\r\n  padding-bottom:5x;\r\n  margin-bottom:20px;\r\n}\r\np.tv-search-title-tm {\r\n  font-size:20px;\r\n  font-weight:400;\r\n  padding-top:7px;\r\n  color:#219ae2;\r\n}\r\n.tv-search-tm i.material-icons {\r\n  position:absolute;\r\n  top:10px;\r\n  right:15px;\r\n  font-size:30px;\r\n  color:#219ae2;\r\n}\r\n.tv-search-input-container-tm {\r\n  padding-top:5px;\r\n}\r\n\r\ninput.tv-search-input-tm {\r\n  width:100%;\r\n  border:none;\r\n  font-size:20px;\r\n  font-weight:300;\r\n  color:#219ae2;\r\n}\r\ninput.tv-search-input-tm::-webkit-input-placeholder {\r\n   color: #aaaaaa;\r\n}\r\n\r\ninput.tv-search-input-tm:-moz-placeholder { \r\n   color: #aaaaaa; \r\n}\r\n\r\ninput.tv-search-input-tm::-moz-placeholder {  \r\n   color: #aaaaaa; \r\n}\r\n\r\ninput.tv-search-input-tm:-ms-input-placeholder {  \r\n   color: #aaaaaa;\r\n}\r\n.tv-search-results-tm {\r\n  width:100%;\r\n}\r\n\r\n\r\n.tv-columns-tm\r\n{   \r\n   -moz-column-width: 11.5em; \r\n    -webkit-column-width: 11.5em; \r\n    column-width: 11.5em;\r\n}\r\n.tv-columns-tm ul\r\n{\r\n    margin: 0;\r\n    padding: 0;\r\n    list-style-type: none;\r\n}\r\n.tv-columns-tm ul li {\r\n  text-align:left;\r\n}\r\n.tv-columns-tm ul li:first-child\r\n{\r\n    margin-top:0px;\r\n}\r\n.tv-search-result-ul-tm .tv-in-tm {\r\n  animation-name: fadeIn;\r\n  animation-duration: 1s;\r\n\r\n}\r\n.tv-search-result-ul-tm .tv-out-tm {\r\n  opacity:0;\r\n  animation-name: fadeOut;\r\n  animation-duration: 1s;\r\n  height:0;\r\n  overflow:hidden;\r\n}\r\n@keyframes fadeIn {\r\n  from {\r\n    opacity: 0;\r\n  }\r\n\r\n  to {\r\n    opacity: 1;\r\n  }\r\n}\r\n@keyframes fadeOut {\r\n  from {\r\n    opacity: 1;\r\n     height:auto;\r\n      overflow:hidden;\r\n  }\r\n\r\n  to {\r\n    opacity: 0;\r\n     \r\n  }\r\n}<\/pre>\n<p><span style=\"font-size: 14pt;\">function.js<\/span><\/p>\n<p>The final step, create a JavaScript file named &#8216;<em><strong>function.js<\/strong><\/em>&#8216; and put the codes.<\/p>\n<pre class=\"height-set:true height:750 lang:js decode:true \" title=\"function.js\">$(function(){\r\n\r\n    $('input[type=\"text\"]').keyup(function(){\r\n        \r\n        var searchText = $(this).val().toUpperCase();\r\n        \r\n        $('.tv-search-result-ul-tm &gt; li').each(function(){\r\n            \r\n            var currentLiText = $(this).text().toUpperCase(),\r\n                showCurrentLi = currentLiText.indexOf(searchText) !== -1;\r\n            \/\/$(this).toggle( showCurrentLi);\r\n            if(showCurrentLi){\r\n              $(this).addClass('tv-in-tm').removeClass('tv-out-tm');\r\n            }else{\r\n              $(this).addClass('tv-out-tm').removeClass('tv-in-tm');\r\n            }\r\n            \r\n        });     \r\n    });\r\n\r\n});<\/pre>\n<p>That&#8217;s It. Now you have successfully created <strong>jQuery Search List<\/strong> With Bootstrap Layout, <strong>Search List Filter Program<\/strong>. If you have any doubt or question comment down below.<\/p>\n<p><span style=\"font-family: impact, sans-serif;\">Thanks For Visiting, Keep Visiting.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>How we can create a search filter for list items using JS? Solution: See this jQuery Search List With Bootstrap Layout | Search List Filter Program. Previously I have shared a search filter example, this is also similar to that but it is fast and with a smooth fade in and out animations. Basically, a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":5883,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[48,43,46],"tags":[352,74,197,328,554,192,367,67],"class_list":["post-5882","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-bootstrap","category-css","category-javascript","tag-content-filter","tag-css-animation","tag-jquery","tag-list","tag-list-search","tag-responsive","tag-search-input","tag-source-code"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>jQuery Search List With Bootstrap Layout | Search List Filter Program<\/title>\n<meta name=\"description\" content=\"Want to create a search program using JS? Check out this jQuery Search List With Bootstrap Layout, Search List Filter Program. Get demo and source code.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webdevtrick.com\/jquery-search-list\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"jQuery Search List With Bootstrap Layout | Search List Filter Program\" \/>\n<meta property=\"og:description\" content=\"Want to create a search program using JS? Check out this jQuery Search List With Bootstrap Layout, Search List Filter Program. Get demo and source code.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webdevtrick.com\/jquery-search-list\/\" \/>\n<meta property=\"og:site_name\" content=\"Web Dev Trick\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webdevtrick\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-05-04T08:30:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-05-04T15:27:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webdevtrick.com\/wp-content\/uploads\/jquery-search-list.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"shaan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"shaan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webdevtrick.com\/jquery-search-list\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webdevtrick.com\/jquery-search-list\/\"},\"author\":{\"name\":\"shaan\",\"@id\":\"https:\/\/webdevtrick.com\/#\/schema\/person\/c79bae83976f92fe305c22342b2a0be3\"},\"headline\":\"jQuery Search List With Bootstrap Layout | Search List Filter Program\",\"datePublished\":\"2020-05-04T08:30:16+00:00\",\"dateModified\":\"2020-05-04T15:27:38+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webdevtrick.com\/jquery-search-list\/\"},\"wordCount\":698,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\/\/webdevtrick.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/webdevtrick.com\/jquery-search-list\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webdevtrick.com\/wp-content\/uploads\/jquery-search-list.jpg\",\"keywords\":[\"content filter\",\"css animation\",\"jquery\",\"list\",\"list search\",\"responsive\",\"search input\",\"source code\"],\"articleSection\":[\"Bootstrap\",\"CSS\",\"JavaScript\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webdevtrick.com\/jquery-search-list\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webdevtrick.com\/jquery-search-list\/\",\"url\":\"https:\/\/webdevtrick.com\/jquery-search-list\/\",\"name\":\"jQuery Search List With Bootstrap Layout | Search List Filter Program\",\"isPartOf\":{\"@id\":\"https:\/\/webdevtrick.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webdevtrick.com\/jquery-search-list\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webdevtrick.com\/jquery-search-list\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webdevtrick.com\/wp-content\/uploads\/jquery-search-list.jpg\",\"datePublished\":\"2020-05-04T08:30:16+00:00\",\"dateModified\":\"2020-05-04T15:27:38+00:00\",\"description\":\"Want to create a search program using JS? Check out this jQuery Search List With Bootstrap Layout, Search List Filter Program. Get demo and source code.\",\"breadcrumb\":{\"@id\":\"https:\/\/webdevtrick.com\/jquery-search-list\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webdevtrick.com\/jquery-search-list\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webdevtrick.com\/jquery-search-list\/#primaryimage\",\"url\":\"https:\/\/webdevtrick.com\/wp-content\/uploads\/jquery-search-list.jpg\",\"contentUrl\":\"https:\/\/webdevtrick.com\/wp-content\/uploads\/jquery-search-list.jpg\",\"width\":1200,\"height\":630,\"caption\":\"jquery search list\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webdevtrick.com\/jquery-search-list\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webdevtrick.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"jQuery Search List With Bootstrap Layout | Search List Filter Program\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webdevtrick.com\/#website\",\"url\":\"https:\/\/webdevtrick.com\/\",\"name\":\"Web Dev Trick\",\"description\":\"HTML5, CSS3, JS, PHP Source Code &amp; Tutorial\",\"publisher\":{\"@id\":\"https:\/\/webdevtrick.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webdevtrick.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webdevtrick.com\/#organization\",\"name\":\"Web Dev Trick\",\"url\":\"https:\/\/webdevtrick.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webdevtrick.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/webdevtrick.com\/wp-content\/uploads\/logo-fb-1.png\",\"contentUrl\":\"https:\/\/webdevtrick.com\/wp-content\/uploads\/logo-fb-1.png\",\"width\":512,\"height\":512,\"caption\":\"Web Dev Trick\"},\"image\":{\"@id\":\"https:\/\/webdevtrick.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webdevtrick\/\",\"https:\/\/pinterest.com\/webdevtrick\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webdevtrick.com\/#\/schema\/person\/c79bae83976f92fe305c22342b2a0be3\",\"name\":\"shaan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webdevtrick.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/60aa6ee93605bda7bc598d11dd748709a69bdb55a080124cc382114d8d7e7665?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/60aa6ee93605bda7bc598d11dd748709a69bdb55a080124cc382114d8d7e7665?s=96&d=mm&r=g\",\"caption\":\"shaan\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"jQuery Search List With Bootstrap Layout | Search List Filter Program","description":"Want to create a search program using JS? Check out this jQuery Search List With Bootstrap Layout, Search List Filter Program. Get demo and source code.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webdevtrick.com\/jquery-search-list\/","og_locale":"en_US","og_type":"article","og_title":"jQuery Search List With Bootstrap Layout | Search List Filter Program","og_description":"Want to create a search program using JS? Check out this jQuery Search List With Bootstrap Layout, Search List Filter Program. Get demo and source code.","og_url":"https:\/\/webdevtrick.com\/jquery-search-list\/","og_site_name":"Web Dev Trick","article_publisher":"https:\/\/www.facebook.com\/webdevtrick\/","article_published_time":"2020-05-04T08:30:16+00:00","article_modified_time":"2020-05-04T15:27:38+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/webdevtrick.com\/wp-content\/uploads\/jquery-search-list.jpg","type":"image\/jpeg"}],"author":"shaan","twitter_card":"summary_large_image","twitter_misc":{"Written by":"shaan","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webdevtrick.com\/jquery-search-list\/#article","isPartOf":{"@id":"https:\/\/webdevtrick.com\/jquery-search-list\/"},"author":{"name":"shaan","@id":"https:\/\/webdevtrick.com\/#\/schema\/person\/c79bae83976f92fe305c22342b2a0be3"},"headline":"jQuery Search List With Bootstrap Layout | Search List Filter Program","datePublished":"2020-05-04T08:30:16+00:00","dateModified":"2020-05-04T15:27:38+00:00","mainEntityOfPage":{"@id":"https:\/\/webdevtrick.com\/jquery-search-list\/"},"wordCount":698,"commentCount":2,"publisher":{"@id":"https:\/\/webdevtrick.com\/#organization"},"image":{"@id":"https:\/\/webdevtrick.com\/jquery-search-list\/#primaryimage"},"thumbnailUrl":"https:\/\/webdevtrick.com\/wp-content\/uploads\/jquery-search-list.jpg","keywords":["content filter","css animation","jquery","list","list search","responsive","search input","source code"],"articleSection":["Bootstrap","CSS","JavaScript"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webdevtrick.com\/jquery-search-list\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webdevtrick.com\/jquery-search-list\/","url":"https:\/\/webdevtrick.com\/jquery-search-list\/","name":"jQuery Search List With Bootstrap Layout | Search List Filter Program","isPartOf":{"@id":"https:\/\/webdevtrick.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webdevtrick.com\/jquery-search-list\/#primaryimage"},"image":{"@id":"https:\/\/webdevtrick.com\/jquery-search-list\/#primaryimage"},"thumbnailUrl":"https:\/\/webdevtrick.com\/wp-content\/uploads\/jquery-search-list.jpg","datePublished":"2020-05-04T08:30:16+00:00","dateModified":"2020-05-04T15:27:38+00:00","description":"Want to create a search program using JS? Check out this jQuery Search List With Bootstrap Layout, Search List Filter Program. Get demo and source code.","breadcrumb":{"@id":"https:\/\/webdevtrick.com\/jquery-search-list\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webdevtrick.com\/jquery-search-list\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webdevtrick.com\/jquery-search-list\/#primaryimage","url":"https:\/\/webdevtrick.com\/wp-content\/uploads\/jquery-search-list.jpg","contentUrl":"https:\/\/webdevtrick.com\/wp-content\/uploads\/jquery-search-list.jpg","width":1200,"height":630,"caption":"jquery search list"},{"@type":"BreadcrumbList","@id":"https:\/\/webdevtrick.com\/jquery-search-list\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webdevtrick.com\/"},{"@type":"ListItem","position":2,"name":"jQuery Search List With Bootstrap Layout | Search List Filter Program"}]},{"@type":"WebSite","@id":"https:\/\/webdevtrick.com\/#website","url":"https:\/\/webdevtrick.com\/","name":"Web Dev Trick","description":"HTML5, CSS3, JS, PHP Source Code &amp; Tutorial","publisher":{"@id":"https:\/\/webdevtrick.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webdevtrick.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webdevtrick.com\/#organization","name":"Web Dev Trick","url":"https:\/\/webdevtrick.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webdevtrick.com\/#\/schema\/logo\/image\/","url":"https:\/\/webdevtrick.com\/wp-content\/uploads\/logo-fb-1.png","contentUrl":"https:\/\/webdevtrick.com\/wp-content\/uploads\/logo-fb-1.png","width":512,"height":512,"caption":"Web Dev Trick"},"image":{"@id":"https:\/\/webdevtrick.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webdevtrick\/","https:\/\/pinterest.com\/webdevtrick\/"]},{"@type":"Person","@id":"https:\/\/webdevtrick.com\/#\/schema\/person\/c79bae83976f92fe305c22342b2a0be3","name":"shaan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webdevtrick.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/60aa6ee93605bda7bc598d11dd748709a69bdb55a080124cc382114d8d7e7665?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/60aa6ee93605bda7bc598d11dd748709a69bdb55a080124cc382114d8d7e7665?s=96&d=mm&r=g","caption":"shaan"}}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/posts\/5882","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/comments?post=5882"}],"version-history":[{"count":8,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/posts\/5882\/revisions"}],"predecessor-version":[{"id":6092,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/posts\/5882\/revisions\/6092"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/media\/5883"}],"wp:attachment":[{"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/media?parent=5882"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/categories?post=5882"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/tags?post=5882"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}