jquery listarea plugin
jquery listarea is a jQuery plugin turning a textarea into a list of items.
To install copy the javascripts and stylesheets directories into your project and add the following snippet to the header:
<script src="//ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="javascripts/jquery.listarea.js" type="text/javascript"></script>
<link href="stylesheets/listarea.css" rel="stylesheet" type="text/css" />
##Demo https://omarw.github.io/jquery_listarea/
Copyright (c) Omar Wheatley. See LICENSE for details.