Skip to content

Commit

Permalink
Created manually packed version, stripped down sample page, updated R…
Browse files Browse the repository at this point in the history
…eadme.
  • Loading branch information
Daniel Parker committed Nov 18, 2008
1 parent dd91797 commit d3c46ff
Show file tree
Hide file tree
Showing 4 changed files with 300 additions and 207 deletions.
4 changes: 2 additions & 2 deletions quickselect/Readme.textile
@@ -1,6 +1,6 @@
h1. jQuery: QuickSelect

The QuickSelect plugin allows you to create a text input with a list of specified options, and as you type, those options show up in a list below the input box. You can choose to have it auto-fill the top result into the input box as you type, or select an option using the arrow keys. This is a complete rewrite of http://www.pengoworks.com/workshop/jquery/autocomplete.htm with [optional] quicksilver ranking and multi-field update added in.
The QuickSelect plugin allows you to create a text input with a list of specified options, and as you type, those options show up in a list below the input box. You can choose to have it auto-fill the top result into the input box as you type, or select an option using the arrow keys.

There are a few special powers of this plugin:
# QuickSilver selection mode: As you type, it will use quicksilver ranking mode, and the top result will automatically be selected when you exit the field.
Expand All @@ -13,7 +13,7 @@ h4. Installation
# Then you'll need the following files for this plugin:
#* "quicksilver.js":http://github.com/dcparker/jquery_plugins/tree/master%2Fquickselect%2Fquicksilver.js?raw=true
#* "jquery.quickselect.js":http://github.com/dcparker/jquery_plugins/tree/master%2Fquickselect%2Fjquery.quickselect.js?raw=true
#* "jquery.autocomplete.css":http://github.com/dcparker/jquery_plugins/tree/master%2Fquickselect%2Fjquery.autocomplete.css?raw=true
#* "jquery.quickselect.css":http://github.com/dcparker/jquery_plugins/tree/master%2Fquickselect%2Fjquery.quickselect.css?raw=true

h4. Usage

Expand Down
File renamed without changes.
10 changes: 10 additions & 0 deletions quickselect/jquery.quickselect.pack.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d3c46ff

Please sign in to comment.