Skip to content

Releases: geokongo/jquery-autocomplete

Version 1.3.2

12 Jul 09:08
Compare
Choose a tag to compare

Features

  • Adding ability to append input as query string with each ajax url
  • You can as well specify your own parameters to be sent with each ajax url request

Version 1.3.1

03 Jul 09:54
Compare
Choose a tag to compare

Bug fixes

  • Passing user defined array by value to avoid altering of the original array.

Version 1.3.0

01 Jul 14:18
Compare
Choose a tag to compare

This version release features bug fixes from the previous version with addition functionality implemented.
The new features include:

  • You can specify a fixed column width for the dropdown
  • You can specify your custom css styles for the dropdown

Version 1.2.0

01 Jul 13:13
Compare
Choose a tag to compare

This version has bug fixes and feature upgrades from the previous version.
New features

  • Ability to use either #id or .class to select text input field
  • Ability to attach jquery.autosuggest to more than one text field on the same page

Version 1.1.0

01 Jul 12:30
Compare
Choose a tag to compare

This is an upgrade of the previous version with some additional features and bug fixes.
New features include:

  • Added ability to match special characters as literals
  • Suggestions priority by identical matches first then similar matches

Production Ready Verision v1.0.0

01 Jul 10:39
Compare
Choose a tag to compare

This is a production ready version of the autosuggest plugin, with all the previous bug fixes and new features implemented.
Main features added include

  • Enableing session caching of search array
  • Making the dropdown list responsive with screen resize

First Aplha Release of the plugin v0.0.1

01 Jul 03:46
Compare
Choose a tag to compare

This is the first release of this plugin for use
Features

  • Auto suggest feature
  • Type ahead functionality implemented
  • Ability to define your own callback to perform your own suggestions matching
  • Selection support for Up and Down arrow keys
  • Local cache for ajax requests enabled