dcparker / jquery_plugins

Just a collection of my jquery plugins.

This URL has Read+Write access

Daniel Parker (author)
Fri Oct 09 22:49:55 -0700 2009
commit  85ab97aa6f8496db2256dddbf0c4e8f771d24e97
tree    7bd98ec578eca6a0848582ccf26a90d548873f49
parent  884125c1e089499eaa7f404b3c10fec73a35c4b8
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/ Sat Aug 22 19:55:39 -0700 2009 Fixed a couple things in jquery.edit_in_place.js [dcparker]
directory fuzzy-string/ Sat Aug 22 18:53:07 -0700 2009 Renamed to fuzzy-string :) [dcparker]
directory quickselect/ Loading commit data...
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.