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
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)!