JavaScript tags input
Simple keywords and tags editor.
Press enter, comma or tab for the next keyword.
Source code
<html> <script src="https://jsuites.net/v3/jsuites.js"></script> <link rel="stylesheet" href="https://jsuites.net/v3/jsuites.css" type="text/css" /> <div id="tags"></div> <script> jSuites.tags(document.getElementById('tags'), { placeholder: 'Keywords', }); </script> </html>