Skip to content

liberlabs/actionsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Action Search - jQuery Plugin

jQuery plugin to help users navigate easily. Turns a ul or ol of links into searchable action items.

Usage

  1. Include actionsearch.js and actionsearch.css in your html
  2. Init ActionSearch on a div. Follow the same markup in example.html for the styles to take effect.

Options

  • search_trigger_link_class Class name given to links to toggle search box. Default: action-search-trigger
  • search_show_keycode Keycode of the key to toggle search box. Default: 46 '.'
  • search_hide_keycode Keycode of the key to hide searchbox. Default: 27 'esc'
  • list_max_count Maximum number of links to show in the results.

Credits

Design by Rahul M. Hareendran

About

jQuery plugin to help users navigate easily

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors