Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
/ Kentico-Smart-Search Public archive

Replacement for the default Kentico Smart Search web part.

Notifications You must be signed in to change notification settings

nhobi/Kentico-Smart-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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();

About

Replacement for the default Kentico Smart Search web part.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published