I have a need to have a tag-like system that operates very similarly to how Live Mail does email addresses.
For those who don't know, Live Mail provides a textbox
in which you can enter email addresses. As you finish typing in an email address, Live Mail changes the address from being plain text into a div that has a border and has the text within. If you want to remove the address, you hover over the address and a cross comes up on the right. You can't change an address after it has been "tagged." If you want to change it, you need to remove it and re-add it.
This is the functionality that I require, except that I will be doing this with tags instead of email addresses.
I was wondering if anyone knows of a jquery component that works in this fashion.
Cheers, Anthony