In stackoverflow we can see a text box 'Tags' when we do a post.
On typing a word and a space it become a tag. After becoming a tag we cont delete a letter from a word.But we can delete the word itself by clicking on the X image.
I want to create a similar text box for tags. In stackoverflow there is auto suggest also associated with this text box but Idon't need that.
Any help /link will be appreciated
There are a whole host of these online. I found some using Google quite easily. Check out this one for example:
http://xoxco.com/projects/code/tagsinput/
Edit: Here's a similar example with a slightly different (better) functionality:
https://stackoverflow.com/a/14083331/383904
A nice small demo you can easily upgrade and modify: