https://github.com/jclem/kleingeld
Kleingeld: A minimal jQuery text input tokenizer
https://github.com/jclem/kleingeld
Last synced: about 1 year 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 (over 13 years ago)
- Default Branch: master
- Last Pushed: 2021-10-18T21:27:25.000Z (over 4 years ago)
- Last Synced: 2025-03-24T10:52:52.134Z (about 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();
```

## 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