An auto-completing search bar for use with hubspot site search. This is the repository for the jQuery plugin version, which can be embedded and used on any webpage.
If you are trying to use this inside the Hubspot template builder, check out the Hubspot Autocomplete Site Search Module as well as the module documentation. The Hubspot COS module allows content-managers to configure search to work and look the way they want without writing code.
Option documentation coming soon!
It's a tiny jQuery plugin, so if you're comfortable feel free to look at the source to see what options are available.
//install deps
npm install
//start dev env
gulp
//build minified assets
gulp --build
//docs build process
gulp docs
Brought to you by Magnetic Creative.