dcparker / jquery_plugins
- Source
- Commits
- Network (6)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
85ab97a
Daniel Parker (author)
Fri Oct 09 22:49:55 -0700 2009
commit 85ab97aa6f8496db2256dddbf0c4e8f771d24e97
tree 7bd98ec578eca6a0848582ccf26a90d548873f49
parent 884125c1e089499eaa7f404b3c10fec73a35c4b8
tree 7bd98ec578eca6a0848582ccf26a90d548873f49
parent 884125c1e089499eaa7f404b3c10fec73a35c4b8
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Nov 17 21:15:20 -0800 2008 | |
| |
Readme.markdown | Sat Aug 22 19:56:47 -0700 2009 | |
| |
edit_in_place/ | Sat Aug 22 19:55:39 -0700 2009 | |
| |
fuzzy-string/ | Sat Aug 22 18:53:07 -0700 2009 | |
| |
quickselect/ |
Readme.markdown
EditInPlace
A jQuery plugin that allows you to simply turn an element into a text box that disappears and calls a callback with the value after the user hits Tab or Enter.
FuzzyString
QuickSilver-like string matching, but on super steroids! So good that I can just think of an option and let my fingers hit the keyboard, and it STILL matches what I was thinking of as the best match.
Here's how it works: http://bit.ly/1xBafm
QuickSelect
Type in an input box, and a list of matching options shows below. Use your arrow keys to select one of them and it will fill in the rest of the field for you. Lots of options, you can do just about whatever you want with this one.


