David Urbansky is announcing that unibox with version number 1.8.0 is already available to download.
What is unibox ?
unibox is A jQuery plugin for creating drop-down suggestion lists, perfect for enhancing search fields with input alternatives and auto-complete features .
unibox was created to work together with a remote data source from where the input suggestions will be queried for and retrieved, showing them in the drop-down list.The suggestions need to be stored in JSON format, and based on the data they hold, various of their details can be pulled inside the suggestion list drop-down, showing it next to the suggestion itself.This means you can create input suggestions that can show images, links, small descriptions, and so on, ideal for feature-rich, dynamic, and user-friendly search fields.Developers can also set other unibox settings, like the number of characters after which a suggestions query is performed, animation settings, highlighting options, and a few other more.
This is changelog for unibox version 1.8.0 :
- Fixed:
- Relative placement of suggest box, not attached to body.
You can read the complete changelog and also download this latest version on their homepage: github.com