Skip to content

aprimadi/jquery.multitext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jquery.multitext

Convert a text field into multi text

Dependency

  • jQuery
  • Bootstrap version 2.x.x

Usage

Let's say you have an input:

<input type="text" name="alphabet[]" value="" class="multitext" data-value="[a, b, c]" />

Call

$('.multitext').multitext()

To convert the text input into multiple text input

About

Convert a text field into multi text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published