/pk.livesearch.ee_addon

Livesearch plugin for ExpressionEngine

Primary LanguagePHP

Quickstart

  1. Download the source files and upload them to your server.
  2. Put the plugin file into system/plugins and the javascript and css files into publicly accessible folders.
  3. Link to the css and javascript files in the element of your page.
  4. Create an empty template and enter the following tag:
    • {exp:live_search:results}
  1. Now add an input box to your page and hijack it with javascript as follows. Remember to change the path to point to the template you created above.
    • $('#keywords').livesearch('/search/livesearch/');