Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 668 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 668 Bytes

Kentico Smart Search

Replacement for the default Kentico Smart Search web part (which refuses to play nicely with flat, trendy search designs that are flat and trendy). Tested in Kentico 8.

Requirements

HTML structure

<input class="searchInput" type="text">
<a href="#" class="searchButton">Search</a>

Getting started

  • git clone into CMSScripts
  • Link script in the masterpage after jQuery reference.
<script src="path/to/jQuery.js"></script>
...
<script src="path/to/kenticoSmartSearch.js"></script>
  • Call init method when the DOM is ready.
kenticoSmartSearch.init();