summaryrefslogtreecommitdiff
path: root/src/view/completer.js
AgeCommit message (Expand)Author
2014-12-16moving files around after repository mergerAlon Levy
2014-12-14completer: textContent is the equivalent of innerText in firefox. yes, jquery...Alon Levy
2014-12-14completer: small refactor of clicksAlon Levy
2014-12-08completer: remove debug logsAlon Levy
2014-12-08completer: tab key can also hide, disabled on input since tab has other funct...Alon Levy
2014-12-08completer: escape hides; anything else showsAlon Levy
2014-12-08innerHTML does what it claims, use innerText; Fixes #201Alon Levy
2014-12-08add another completer for search; missing | as triggerStart (should use RegExp)Alon Levy
2014-12-06completer: case insensitive inputAlon Levy
2014-12-06completer: quote words with spacesAlon Levy
2014-12-06completer: add minimum_length = 1Alon Levy
2014-12-06completer: remove unused APIAlon Levy
2014-12-06completer: fix prev_option, forgot modulu works correctly only with positivesAlon Levy
2014-12-06completer: hide unless 1 or more elements; Fixes #185Alon Levy
2014-12-06completer: use triggerStart & triggerEndAlon Levy
2014-12-06nicer looking autocompleteOfer Lehr
2014-12-05accidental inner loop that should have been side by side. Thanks Dor!Alon Levy
2014-12-05remove two console debug prints in completerAlon Levy
2014-12-05remove two console logs in last commitAlon Levy
2014-12-05replace jquery.autocomplete with our own autocompletionAlon Levy