Created
December 21, 2010 14:06
-
-
Save tfluehr/749967 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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