We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c29ab14 commit 50c9091Copy full SHA for 50c9091
README.txt
@@ -0,0 +1,20 @@
1
+AutoSuggest
2
+
3
+Copyright 2009-2010 Drew Wilson
4
5
+www.drewwilson.com
6
+code.drewwilson.com/entry/autosuggest-jquery-plugin
7
8
+Version 1.4 - Updated: Mar. 23, 2010
9
10
+This Plug-In will auto-complete or auto-suggest completed search queries
11
+for you as you type. You can add multiple selections and remove them on
12
+the fly. It supports keybord navigation (UP + DOWN + RETURN), as well
13
+as multiple AutoSuggest fields on the same page.
14
15
+Inspied by the Autocomplete plugin by: J�rn Zaefferer
16
+and the Facelist plugin by: Ian Tearle (iantearle.com)
17
18
+This AutoSuggest jQuery plug-in is dual licensed under the MIT and GPL licenses:
19
+http://www.opensource.org/licenses/mit-license.php
20
+http://www.gnu.org/licenses/gpl.html
0 commit comments