0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 28, 2024 — Jul 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
started work on a jquery port More... about 14 years ago
support for getting more results from the server More... over 14 years ago
Only allowing one active request at a time. More... over 14 years ago
added tabindex support. Closes Issue #1 More... almost 15 years ago
added support for deleting entries by pressing the backspace key (thanks to Clay Shentrup) More... over 15 years ago
making sure we don't display an empty list of suggestions don't insert the entered value when you click a suggesrion More... over 15 years ago
now also adds new values on blur More... over 15 years ago
use get and set instead of [] and []= to read and write the cache, as e.g ['all'] will actually not lookup the value for the key 'all', but return the function all More... almost 16 years ago
name spacing css selectors for the empty value fields to better support concurrent multiple instances More... almost 16 years ago
fixed a bug where it would not be possible to add an entry if you type out the complete value More... over 16 years ago
improved api for adding and removing entries More... over 16 years ago
added space as a separator More... over 16 years ago
the multi value field now sets an empty value when no values are added More... over 16 years ago
now correctly clones the style attribute in IE More... over 16 years ago
removed the search highlight. Who cares where the search string is found? More... over 16 years ago
now doesn't send an empty value in the end More... over 16 years ago
add support for entering new values in the MultiValue form element More... over 16 years ago
added focus and blur event listeners to show and hide the autocompletions More... over 16 years ago
removed search highlight colors as it is not important More... over 16 years ago
hiding overflow of items that are too long More... over 16 years ago
escaping title on selected items More... over 16 years ago
removed some old IE hacks More... over 16 years ago
minor css and markup changes More... over 16 years ago
the style attribute of the original text field is now copied to the outer UL More... over 16 years ago
added links to the code that inspired the multi value form field More... over 16 years ago
added description of Autocompleter.MultiValue More... over 16 years ago
added a nice little log that shows the effect of the cache More... over 16 years ago
downcasing the search string More... over 16 years ago
updated readme More... over 16 years ago
updated readme More... over 16 years ago