Skip to content

inkwash/jQuery-Extensions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

jQuery Extensions

This respository is a collection of plugins for jQuery that generally make things better.

Extensions

Autocomplete Quick Search

Replaces jQuery UI Autocomplete's default behavior of matching each item in an array sequentially with a trie. This makes queries super-quick, especially on really large sources. There's a demo with a 100,000 entry source that can be autocompleted in a second. The same demo pretty much freezes the default autocomplete. This plugin makes it impossible to autocomplete things that aren't prefixes (e.g. it can't autocomplete "qu" to "jQuery").

About

a set of generally pretty awesome extensions to jQuery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors