From 17e688465f51de10d84dc8bf7c6e9703c3343a7b Mon Sep 17 00:00:00 2001 From: Themefisher Dev Date: Sat, 15 Feb 2020 17:34:02 +0600 Subject: [PATCH] added new search facilities --- assets/css/style.css | 44 +++++++++++++------ .../content/billing-pricing/bill/_index.en.md | 2 + .../content/billing-pricing/bill/_index.fr.md | 2 + .../billing-pricing/manage/_index.en.md | 2 + .../billing-pricing/manage/_index.fr.md | 2 + .../billing-pricing/ownership/_index.en.md | 2 + .../billing-pricing/ownership/_index.fr.md | 2 + .../billing-pricing/payment/_index.en.md | 2 + .../billing-pricing/payment/_index.fr.md | 2 + .../billing-pricing/profile/_index.en.md | 2 + .../billing-pricing/profile/_index.fr.md | 2 + .../content/features/linux/_index.en.md | 2 + .../content/features/linux/_index.fr.md | 2 + exampleSite/content/features/mac/_index.en.md | 2 + exampleSite/content/features/mac/_index.fr.md | 2 + .../content/features/routing/_index.en.md | 2 + .../content/features/routing/_index.fr.md | 2 + .../content/features/ubuntu/_index.en.md | 2 + .../content/features/ubuntu/_index.fr.md | 2 + .../content/features/windows/_index.en.md | 2 + .../content/features/windows/_index.fr.md | 2 + .../installation/configuration/_index.en.md | 2 + .../installation/configuration/_index.fr.md | 2 + .../installation/customization/_index.en.md | 2 + .../installation/customization/_index.fr.md | 2 + .../installation/elements/_index.en.md | 2 + .../installation/elements/_index.fr.md | 2 + .../content/installation/install/_index.en.md | 2 + .../content/installation/install/_index.fr.md | 2 + .../installation/requirments/_index.en.md | 2 + .../installation/requirments/_index.fr.md | 2 + layouts/partials/banner.html | 16 ++----- 32 files changed, 93 insertions(+), 27 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 579ca71..19ac436 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -158,7 +158,7 @@ ul { padding-left: 0; } -ol{ +ol { padding-left: 20px; } @@ -202,7 +202,7 @@ select:focus { } @media (max-width: 768px) { - .section{ + .section { padding-top: 60px; } } @@ -213,7 +213,7 @@ select:focus { } @media (max-width: 768px) { - .section-sm{ + .section-sm { padding-top: 40px; } } @@ -438,12 +438,12 @@ header.sticky-top { background: transparent; } -.lang-list{ +.lang-list { background: transparent; color: var(--white-color); } -.lang-list.dark{ +.lang-list.dark { color: var(--text-color-dark); } @@ -492,9 +492,20 @@ header.sticky-top { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07); } +.ui-menu::before { + position: absolute; + content: ""; + width: 100%; + height: 10px; + background: #fff; + left: 0; + bottom: 0; + z-index: 999; +} + @media (max-width: 575px) { .ui-menu { - width: calc( 100% - 30px) !important; + width: calc(100% - 30px) !important; } } @@ -522,16 +533,21 @@ header.sticky-top { } } -.ui-menu-item:not(:last-child){ +.ui-menu-item:not(:last-child) { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px solid #e8e8e8; } -.ui-menu-item:nth-child(5){ - border: 0; +.ui-menu-item *{ + display: none; } +.ui-menu-item .ui-corner-all{ + display: block; +} + + /* /navigation */ .form-control { height: 50px; @@ -638,7 +654,7 @@ blockquote { background: #f9f9f9; } -blockquote p{ +blockquote p { margin-bottom: 0 !important; } @@ -766,13 +782,13 @@ tbody { display: none; } -li.sidelist>a{ +li.sidelist>a { margin-left: 20px; margin-bottom: 10px; display: block; } -li.sidelist li a{ +li.sidelist li a { margin: 0; } @@ -853,7 +869,7 @@ p a:empty { padding: 0 !important; } -.nav-tabs>li::before{ +.nav-tabs>li::before { display: none; } @@ -870,7 +886,7 @@ pre { margin: 10px 0px 10px; } -code{ +code { margin-bottom: 0 !important; font-size: 100%; } diff --git a/exampleSite/content/billing-pricing/bill/_index.en.md b/exampleSite/content/billing-pricing/bill/_index.en.md index 5cca3b4..0d1d98b 100644 --- a/exampleSite/content/billing-pricing/bill/_index.en.md +++ b/exampleSite/content/billing-pricing/bill/_index.en.md @@ -4,6 +4,8 @@ date: 2018-12-29T11:02:05+06:00 lastmod: 2020-01-05T10:42:26+06:00 weight: 3 draft: false +# search related keywords +keywords: ["money","payment"] --- Musce libero nunc, dignissim quis turpis quis, semper vehicula dolor. Suspendisse tincidunt consequat quam, ac posuere leo dapibus id. Cras fringilla convallis elit, at eleifend mi interam. diff --git a/exampleSite/content/billing-pricing/bill/_index.fr.md b/exampleSite/content/billing-pricing/bill/_index.fr.md index eca5f59..1b8f602 100644 --- a/exampleSite/content/billing-pricing/bill/_index.fr.md +++ b/exampleSite/content/billing-pricing/bill/_index.fr.md @@ -4,6 +4,8 @@ date: 2018-12-29T11:02:05+06:00 lastmod: 2020-01-05T10:42:26+06:00 weight: 3 draft: false +# search related keywords +keywords: ["money","payment"] --- Musce libero nunc, dignissim quis turpis quis, semper vehicula dolor. Suspendisse tincidunt consequat quam, ac posuere leo dapibus id. Cras fringilla convallis elit, at eleifend mi interam. diff --git a/exampleSite/content/billing-pricing/manage/_index.en.md b/exampleSite/content/billing-pricing/manage/_index.en.md index 3fc3e99..c93ccf1 100644 --- a/exampleSite/content/billing-pricing/manage/_index.en.md +++ b/exampleSite/content/billing-pricing/manage/_index.en.md @@ -4,6 +4,8 @@ date: 2018-12-29T11:02:05+06:00 lastmod: 2020-01-05T10:42:26+06:00 weight: 2 draft: false +# search related keywords +keywords: ["handle"] --- Musce libero nunc, dignissim quis turpis quis, semper vehicula dolor. Suspendisse tincidunt consequat quam, ac posuere leo dapibus id. Cras fringilla convallis elit, at eleifend mi interam. diff --git a/exampleSite/content/billing-pricing/manage/_index.fr.md b/exampleSite/content/billing-pricing/manage/_index.fr.md index 3fc3e99..c93ccf1 100644 --- a/exampleSite/content/billing-pricing/manage/_index.fr.md +++ b/exampleSite/content/billing-pricing/manage/_index.fr.md @@ -4,6 +4,8 @@ date: 2018-12-29T11:02:05+06:00 lastmod: 2020-01-05T10:42:26+06:00 weight: 2 draft: false +# search related keywords +keywords: ["handle"] --- Musce libero nunc, dignissim quis turpis quis, semper vehicula dolor. Suspendisse tincidunt consequat quam, ac posuere leo dapibus id. Cras fringilla convallis elit, at eleifend mi interam. diff --git a/exampleSite/content/billing-pricing/ownership/_index.en.md b/exampleSite/content/billing-pricing/ownership/_index.en.md index fd67b85..6755e9c 100644 --- a/exampleSite/content/billing-pricing/ownership/_index.en.md +++ b/exampleSite/content/billing-pricing/ownership/_index.en.md @@ -4,6 +4,8 @@ date: 2018-12-29T11:02:05+06:00 lastmod: 2020-01-05T10:42:26+06:00 weight: 1 draft: false +# search related keywords +keywords: [""] --- Musce libero nunc, dignissim quis turpis quis, semper vehicula dolor. Suspendisse tincidunt consequat quam, ac posuere leo dapibus id. Cras fringilla convallis elit, at eleifend mi interam. diff --git a/exampleSite/content/billing-pricing/ownership/_index.fr.md b/exampleSite/content/billing-pricing/ownership/_index.fr.md index fd67b85..6755e9c 100644 --- a/exampleSite/content/billing-pricing/ownership/_index.fr.md +++ b/exampleSite/content/billing-pricing/ownership/_index.fr.md @@ -4,6 +4,8 @@ date: 2018-12-29T11:02:05+06:00 lastmod: 2020-01-05T10:42:26+06:00 weight: 1 draft: false +# search related keywords +keywords: [""] --- Musce libero nunc, dignissim quis turpis quis, semper vehicula dolor. Suspendisse tincidunt consequat quam, ac posuere leo dapibus id. Cras fringilla convallis elit, at eleifend mi interam. diff --git a/exampleSite/content/billing-pricing/payment/_index.en.md b/exampleSite/content/billing-pricing/payment/_index.en.md index 8b06ea5..9e38381 100644 --- a/exampleSite/content/billing-pricing/payment/_index.en.md +++ b/exampleSite/content/billing-pricing/payment/_index.en.md @@ -4,6 +4,8 @@ date: 2018-12-29T11:02:05+06:00 lastmod: 2020-01-05T10:42:26+06:00 weight: 4 draft: false +# search related keywords +keywords: [""] --- Musce libero nunc, dignissim quis turpis quis, semper vehicula dolor. Suspendisse tincidunt consequat quam, ac posuere leo dapibus id. Cras fringilla convallis elit, at eleifend mi interam. diff --git a/exampleSite/content/billing-pricing/payment/_index.fr.md b/exampleSite/content/billing-pricing/payment/_index.fr.md index 8b06ea5..9e38381 100644 --- a/exampleSite/content/billing-pricing/payment/_index.fr.md +++ b/exampleSite/content/billing-pricing/payment/_index.fr.md @@ -4,6 +4,8 @@ date: 2018-12-29T11:02:05+06:00 lastmod: 2020-01-05T10:42:26+06:00 weight: 4 draft: false +# search related keywords +keywords: [""] --- Musce libero nunc, dignissim quis turpis quis, semper vehicula dolor. Suspendisse tincidunt consequat quam, ac posuere leo dapibus id. Cras fringilla convallis elit, at eleifend mi interam. diff --git a/exampleSite/content/billing-pricing/profile/_index.en.md b/exampleSite/content/billing-pricing/profile/_index.en.md index 452c8a2..c2eb5bb 100644 --- a/exampleSite/content/billing-pricing/profile/_index.en.md +++ b/exampleSite/content/billing-pricing/profile/_index.en.md @@ -4,6 +4,8 @@ date: 2018-12-29T11:02:05+06:00 lastmod: 2020-01-05T10:42:26+06:00 weight: 5 draft: false +# search related keywords +keywords: [""] --- Musce libero nunc, dignissim quis turpis quis, semper vehicula dolor. Suspendisse tincidunt consequat quam, ac posuere leo dapibus id. Cras fringilla convallis elit, at eleifend mi interam. diff --git a/exampleSite/content/billing-pricing/profile/_index.fr.md b/exampleSite/content/billing-pricing/profile/_index.fr.md index 452c8a2..c2eb5bb 100644 --- a/exampleSite/content/billing-pricing/profile/_index.fr.md +++ b/exampleSite/content/billing-pricing/profile/_index.fr.md @@ -4,6 +4,8 @@ date: 2018-12-29T11:02:05+06:00 lastmod: 2020-01-05T10:42:26+06:00 weight: 5 draft: false +# search related keywords +keywords: [""] --- Musce libero nunc, dignissim quis turpis quis, semper vehicula dolor. Suspendisse tincidunt consequat quam, ac posuere leo dapibus id. Cras fringilla convallis elit, at eleifend mi interam. diff --git a/exampleSite/content/features/linux/_index.en.md b/exampleSite/content/features/linux/_index.en.md index 7ecb05d..9df972e 100644 --- a/exampleSite/content/features/linux/_index.en.md +++ b/exampleSite/content/features/linux/_index.en.md @@ -4,6 +4,8 @@ date: 2018-12-29T11:02:05+06:00 lastmod: 2020-01-05T10:42:26+06:00 weight: 1 draft: false +# search related keywords +keywords: [""] --- Musce libero nunc, dignissim quis turpis quis, semper vehicula dolor. Suspendisse tincidunt consequat quam, ac posuere leo dapibus id. Cras fringilla convallis elit, at eleifend mi interam. diff --git a/exampleSite/content/features/linux/_index.fr.md b/exampleSite/content/features/linux/_index.fr.md index 7ecb05d..9df972e 100644 --- a/exampleSite/content/features/linux/_index.fr.md +++ b/exampleSite/content/features/linux/_index.fr.md @@ -4,6 +4,8 @@ date: 2018-12-29T11:02:05+06:00 lastmod: 2020-01-05T10:42:26+06:00 weight: 1 draft: false +# search related keywords +keywords: [""] --- Musce libero nunc, dignissim quis turpis quis, semper vehicula dolor. Suspendisse tincidunt consequat quam, ac posuere leo dapibus id. Cras fringilla convallis elit, at eleifend mi interam. diff --git a/exampleSite/content/features/mac/_index.en.md b/exampleSite/content/features/mac/_index.en.md index a1e6d44..48f3949 100644 --- a/exampleSite/content/features/mac/_index.en.md +++ b/exampleSite/content/features/mac/_index.en.md @@ -4,6 +4,8 @@ date: 2018-12-29T11:02:05+06:00 lastmod: 2020-01-05T10:42:26+06:00 weight: 2 draft: false +# search related keywords +keywords: [""] --- Musce libero nunc, dignissim quis turpis quis, semper vehicula dolor. Suspendisse tincidunt consequat quam, ac posuere leo dapibus id. Cras fringilla convallis elit, at eleifend mi interam. diff --git a/exampleSite/content/features/mac/_index.fr.md b/exampleSite/content/features/mac/_index.fr.md index a1e6d44..48f3949 100644 --- a/exampleSite/content/features/mac/_index.fr.md +++ b/exampleSite/content/features/mac/_index.fr.md @@ -4,6 +4,8 @@ date: 2018-12-29T11:02:05+06:00 lastmod: 2020-01-05T10:42:26+06:00 weight: 2 draft: false +# search related keywords +keywords: [""] --- Musce libero nunc, dignissim quis turpis quis, semper vehicula dolor. Suspendisse tincidunt consequat quam, ac posuere leo dapibus id. Cras fringilla convallis elit, at eleifend mi interam. diff --git a/exampleSite/content/features/routing/_index.en.md b/exampleSite/content/features/routing/_index.en.md index 465c983..d775dba 100644 --- a/exampleSite/content/features/routing/_index.en.md +++ b/exampleSite/content/features/routing/_index.en.md @@ -4,6 +4,8 @@ date: 2018-12-29T11:02:05+06:00 lastmod: 2020-01-05T10:42:26+06:00 weight: 3 draft: false +# search related keywords +keywords: [""] --- Musce libero nunc, dignissim quis turpis quis, semper vehicula dolor. Suspendisse tincidunt consequat quam, ac posuere leo dapibus id. Cras fringilla convallis elit, at eleifend mi interam. diff --git a/exampleSite/content/features/routing/_index.fr.md b/exampleSite/content/features/routing/_index.fr.md index 465c983..d775dba 100644 --- a/exampleSite/content/features/routing/_index.fr.md +++ b/exampleSite/content/features/routing/_index.fr.md @@ -4,6 +4,8 @@ date: 2018-12-29T11:02:05+06:00 lastmod: 2020-01-05T10:42:26+06:00 weight: 3 draft: false +# search related keywords +keywords: [""] --- Musce libero nunc, dignissim quis turpis quis, semper vehicula dolor. Suspendisse tincidunt consequat quam, ac posuere leo dapibus id. Cras fringilla convallis elit, at eleifend mi interam. diff --git a/exampleSite/content/features/ubuntu/_index.en.md b/exampleSite/content/features/ubuntu/_index.en.md index da80e72..8e6ccd9 100644 --- a/exampleSite/content/features/ubuntu/_index.en.md +++ b/exampleSite/content/features/ubuntu/_index.en.md @@ -4,6 +4,8 @@ date: 2018-12-29T11:02:05+06:00 lastmod: 2020-01-05T10:42:26+06:00 weight: 4 draft: false +# search related keywords +keywords: [""] --- Musce libero nunc, dignissim quis turpis quis, semper vehicula dolor. Suspendisse tincidunt consequat quam, ac posuere leo dapibus id. Cras fringilla convallis elit, at eleifend mi interam. diff --git a/exampleSite/content/features/ubuntu/_index.fr.md b/exampleSite/content/features/ubuntu/_index.fr.md index da80e72..8e6ccd9 100644 --- a/exampleSite/content/features/ubuntu/_index.fr.md +++ b/exampleSite/content/features/ubuntu/_index.fr.md @@ -4,6 +4,8 @@ date: 2018-12-29T11:02:05+06:00 lastmod: 2020-01-05T10:42:26+06:00 weight: 4 draft: false +# search related keywords +keywords: [""] --- Musce libero nunc, dignissim quis turpis quis, semper vehicula dolor. Suspendisse tincidunt consequat quam, ac posuere leo dapibus id. Cras fringilla convallis elit, at eleifend mi interam. diff --git a/exampleSite/content/features/windows/_index.en.md b/exampleSite/content/features/windows/_index.en.md index 864dce0..f966233 100644 --- a/exampleSite/content/features/windows/_index.en.md +++ b/exampleSite/content/features/windows/_index.en.md @@ -4,6 +4,8 @@ date: 2018-12-29T11:02:05+06:00 lastmod: 2020-01-05T10:42:26+06:00 weight: 5 draft: false +# search related keywords +keywords: [""] --- Musce libero nunc, dignissim quis turpis quis, semper vehicula dolor. Suspendisse tincidunt consequat quam, ac posuere leo dapibus id. Cras fringilla convallis elit, at eleifend mi interam. diff --git a/exampleSite/content/features/windows/_index.fr.md b/exampleSite/content/features/windows/_index.fr.md index 864dce0..f966233 100644 --- a/exampleSite/content/features/windows/_index.fr.md +++ b/exampleSite/content/features/windows/_index.fr.md @@ -4,6 +4,8 @@ date: 2018-12-29T11:02:05+06:00 lastmod: 2020-01-05T10:42:26+06:00 weight: 5 draft: false +# search related keywords +keywords: [""] --- Musce libero nunc, dignissim quis turpis quis, semper vehicula dolor. Suspendisse tincidunt consequat quam, ac posuere leo dapibus id. Cras fringilla convallis elit, at eleifend mi interam. diff --git a/exampleSite/content/installation/configuration/_index.en.md b/exampleSite/content/installation/configuration/_index.en.md index 071ad90..0d1dbb3 100644 --- a/exampleSite/content/installation/configuration/_index.en.md +++ b/exampleSite/content/installation/configuration/_index.en.md @@ -4,6 +4,8 @@ date: 2018-12-29T11:02:05+06:00 lastmod: 2020-01-05T10:42:26+06:00 weight: 3 draft: false +# search related keywords +keywords: [""] --- ### Global site parameters diff --git a/exampleSite/content/installation/configuration/_index.fr.md b/exampleSite/content/installation/configuration/_index.fr.md index 071ad90..0d1dbb3 100644 --- a/exampleSite/content/installation/configuration/_index.fr.md +++ b/exampleSite/content/installation/configuration/_index.fr.md @@ -4,6 +4,8 @@ date: 2018-12-29T11:02:05+06:00 lastmod: 2020-01-05T10:42:26+06:00 weight: 3 draft: false +# search related keywords +keywords: [""] --- ### Global site parameters diff --git a/exampleSite/content/installation/customization/_index.en.md b/exampleSite/content/installation/customization/_index.en.md index 365c35b..e9329fd 100644 --- a/exampleSite/content/installation/customization/_index.en.md +++ b/exampleSite/content/installation/customization/_index.en.md @@ -4,6 +4,8 @@ date: 2018-12-29T11:02:05+06:00 lastmod: 2020-01-05T10:42:26+06:00 weight: 4 draft: false +# search related keywords +keywords: [""] --- **Dot** has been built to be as configurable as possible. diff --git a/exampleSite/content/installation/customization/_index.fr.md b/exampleSite/content/installation/customization/_index.fr.md index 365c35b..e9329fd 100644 --- a/exampleSite/content/installation/customization/_index.fr.md +++ b/exampleSite/content/installation/customization/_index.fr.md @@ -4,6 +4,8 @@ date: 2018-12-29T11:02:05+06:00 lastmod: 2020-01-05T10:42:26+06:00 weight: 4 draft: false +# search related keywords +keywords: [""] --- **Dot** has been built to be as configurable as possible. diff --git a/exampleSite/content/installation/elements/_index.en.md b/exampleSite/content/installation/elements/_index.en.md index 60650d3..72e9d6a 100644 --- a/exampleSite/content/installation/elements/_index.en.md +++ b/exampleSite/content/installation/elements/_index.en.md @@ -4,6 +4,8 @@ date: 2018-12-29T11:02:05+06:00 lastmod: 2020-01-05T10:42:26+06:00 weight: 5 draft: false +# search related keywords +keywords: [""] --- # Heading 1 diff --git a/exampleSite/content/installation/elements/_index.fr.md b/exampleSite/content/installation/elements/_index.fr.md index e764e45..ac55fa8 100644 --- a/exampleSite/content/installation/elements/_index.fr.md +++ b/exampleSite/content/installation/elements/_index.fr.md @@ -4,6 +4,8 @@ date: 2018-12-29T11:02:05+06:00 lastmod: 2020-01-05T10:42:26+06:00 weight: 3 draft: false +# search related keywords +keywords: [""] --- # Heading 1 diff --git a/exampleSite/content/installation/install/_index.en.md b/exampleSite/content/installation/install/_index.en.md index 6db0fd4..5ddefff 100644 --- a/exampleSite/content/installation/install/_index.en.md +++ b/exampleSite/content/installation/install/_index.en.md @@ -4,6 +4,8 @@ date: 2018-12-29T11:02:05+06:00 lastmod: 2020-01-05T10:42:26+06:00 weight: 2 draft: false +# search related keywords +keywords: ["induct", "instate"] --- The following steps are here to help you initialize your new website. If you don't know Hugo at all, we strongly suggest you learn more about it by following this [great documentation for beginners](https://gohugo.io/overview/quickstart/). diff --git a/exampleSite/content/installation/install/_index.fr.md b/exampleSite/content/installation/install/_index.fr.md index 6db0fd4..5ddefff 100644 --- a/exampleSite/content/installation/install/_index.fr.md +++ b/exampleSite/content/installation/install/_index.fr.md @@ -4,6 +4,8 @@ date: 2018-12-29T11:02:05+06:00 lastmod: 2020-01-05T10:42:26+06:00 weight: 2 draft: false +# search related keywords +keywords: ["induct", "instate"] --- The following steps are here to help you initialize your new website. If you don't know Hugo at all, we strongly suggest you learn more about it by following this [great documentation for beginners](https://gohugo.io/overview/quickstart/). diff --git a/exampleSite/content/installation/requirments/_index.en.md b/exampleSite/content/installation/requirments/_index.en.md index c26790e..ebcba0d 100644 --- a/exampleSite/content/installation/requirments/_index.en.md +++ b/exampleSite/content/installation/requirments/_index.en.md @@ -4,6 +4,8 @@ date: 2018-12-29T11:02:05+06:00 lastmod: 2020-01-05T10:42:26+06:00 weight: 1 draft: false +# search related keywords +keywords: [""] --- diff --git a/exampleSite/content/installation/requirments/_index.fr.md b/exampleSite/content/installation/requirments/_index.fr.md index c26790e..ebcba0d 100644 --- a/exampleSite/content/installation/requirments/_index.fr.md +++ b/exampleSite/content/installation/requirments/_index.fr.md @@ -4,6 +4,8 @@ date: 2018-12-29T11:02:05+06:00 lastmod: 2020-01-05T10:42:26+06:00 weight: 1 draft: false +# search related keywords +keywords: [""] --- diff --git a/layouts/partials/banner.html b/layouts/partials/banner.html index 26eef71..b267a90 100644 --- a/layouts/partials/banner.html +++ b/layouts/partials/banner.html @@ -17,27 +17,17 @@ {{ range $pages }} { value: "{{ .Title }}", - label: "{{ .Title }}", + label: "{{.Content}}{{range.Params.Keywords}}

{{.}}

{{end}}", url:"{{ .Permalink }}" }, {{ end }} ]; $( "#search" ).autocomplete({ - minLength: 0, - source: projects, - focus: function( event, ui ) { - $( "#search" ).val( ui.item.label ); - return false; - }, - select: function( event, ui ) { - $( "#search" ).val( ui.item.label ); - $( "#project-id" ).val( ui.item.value ); - return false; - } + source: projects }) .data( "ui-autocomplete" )._renderItem = function( ul, item ) { return $( "
  • " ) - .append( "" + item.label + "" ) + .append( "" + item.value + "" + item.label ) .appendTo( ul ); }; });