Skip to content

kendrikat/jquery-multi-typeahead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jQuery MultiTypeahead Plugin

TODOs

  • Documentation (fiddle, examples, etc)
  • Offer a minimum style (if you are not using FlatUIPro)
  • Code cleanup - its my first jQuery plugin :)
  • ...

Depends on:

Features:

  • Multiple typeaheads
  • Remote sources (like typeahead.js)
  • Tokenize (allows only existing entries)
  • Flat-UI-Pro classes
  • ...

Examples

Simple

Just a bunch of tags:

$('#tags').multiTypeahead({
  name: "tags",
  valueKey: "name",
  remote: 'tags.json?q=%QUERY'
});

Tokenizer allows existing entries only:

$('#recipients').multiTypeahead({
  name: "recipients",
  valueKey: "name",
  remote: 'users.json?q=%QUERY',
  tokenizer: true,
  delimiter: [",", " "] // default
});

Version

0.1.1

License

MIT License, full text of license see here

Free Software, Fuck Yeah!

About

Simple jQuery Token/Tags plugin - With typeahead support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published