public
Description: Just a collection of my jquery plugins.
Homepage:
Clone URL: git://github.com/dcparker/jquery_plugins.git
Click here to lend your support to: jquery_plugins and make a donation at www.pledgie.com !
dcparker (author)
Sat Aug 22 19:56:47 -0700 2009
commit  884125c1e089499eaa7f404b3c10fec73a35c4b8
tree    6b2e42fc3a060abcfcd1e5ef10957d44a486406a
parent  d97668caf757102973bd623a5dd1b72a91c21139
name age message
file .gitignore Mon Nov 17 21:15:20 -0800 2008 New package: quickselect.zip [dcparker]
file Readme.markdown Sat Aug 22 19:56:47 -0700 2009 Readme mod. [dcparker]
directory edit_in_place/ Loading commit data...
directory fuzzy-string/
directory 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.