Please check out this link: http://davidwalsh.name/dw-content/textboxlist.php
As you can see its a textbox list input.
If you enter a tag but then refresh the page the tag disappears.
Is it possible to make the same textbox list input but have each tag saved so when the page is refreshed its still there?
I have been trying to find an answer but Im unsure of what I am looking for.
You could use…
localStorageAJAX to send a complete list of the current tags to the server every time they’re updated, and then have the server…
Any time the textarea is updated, submit the form to the server, choose from the above, and reload the page