Skip to content
/ Splitify Public

jQuery plugin to dynamically replace a textarea or an input which containins a list of commas (or whatever else) separated values into nice inputbox with handy key binds

License

Notifications You must be signed in to change notification settings

xumi/Splitify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Splitify

Why ?

Splitify is a jQuery plugin and require jQuery

  • jQuery support: 1.4+

It's useful when you have simple data in an inputbox (input, textarea) separated by commas (or anything else, thanks to the advanced configuration) and you wanna display them as nice inputs easiely updatable by your users.

For documentation and examples see: http://demo.xumi.fr/splitify

How To Use

Add Splitify to your page <script src="/javascripts/jquery/splitify.js" type="text/javascript"></script>

Call jQuery splitify method on input or textarea elements containing a list of values $('textarea').splitify();

It's done!

Advanced configuration details will come in the next days (hopefully)!

About

jQuery plugin to dynamically replace a textarea or an input which containins a list of commas (or whatever else) separated values into nice inputbox with handy key binds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published