Skip to content

Instantly share code, notes, and snippets.

@tfluehr
Created December 21, 2010 14:06
Show Gist options
  • Save tfluehr/749967 to your computer and use it in GitHub Desktop.
Save tfluehr/749967 to your computer and use it in GitHub Desktop.
Create an html page with a text area and a button.
The text area will accept a comma separated list of values.
When you click the button:
* Separate the values and add them to a styled list on the page and clear the text area.
+ Each element is displayed with alternating background color.
+ Clicking an item will remove it from the list.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment