Skip to content

jonathantwite/jquery-keywordField

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jquery-keywordField

Turns an input element into an element that displays entered words as keywords. Once entered, a keyword is presented in a highlighted box with a delete button. Keywords are entered by loss of focus, or either the , or ; keys being pressed.

BCH compliance

Usage

Setup:

$('#input').keywordField();

Retrieve entered keywords as array:

$('#input').keywords();

Dependencies

jQuery

About

Create a keyword-style input field

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published