Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jclem/kleingeld
Kleingeld: A minimal jQuery text input tokenizer
https://github.com/jclem/kleingeld
Last synced: about 1 month ago
JSON representation
Kleingeld: A minimal jQuery text input tokenizer
- Host: GitHub
- URL: https://github.com/jclem/kleingeld
- Owner: jclem
- License: mit
- Created: 2013-02-08T04:02:57.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-10-18T21:27:25.000Z (about 3 years ago)
- Last Synced: 2023-04-09T20:53:45.589Z (over 1 year ago)
- Language: CoffeeScript
- Homepage: http://github.com/jclem/kleingeld
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Kleingeld
Kleingeld is a simple jQuery plugin (written in CoffeeScript) for tokenizing text inputs.
It contains almost no styling. Given a set of tags entered—alpha, beta, gamma—the input that Kleingeld is applied to will have a value of `alpha,beta,gamma`.
## Example:
Using data attributes:
```html
```
Using jQuery:
```javascript
$('.tags').kleingeld();
```![example](http://cl.ly/image/1y373v0q031h/output.gif)
## License.
MIT.
## Thanks, Heroku
While I created and maintain this project, it was done while I was an employee
of [Heroku][heroku] on the Human Interfaces Team, and they were kind enough to
allow me to open source the work. Heroku is awesome.[heroku]: https://www.heroku.com/home