i have a list of tags on a website next to each link and i want to allow users to edit this list (add, remove, modify)
i want to come up with a slick way so they can do this without it feeling klunky so things like autocomplete, ajax without going to the server, etc
have you seen any examples of really sleek ways of supporting this.
my first thought (which i am attempting now) is to have a button next to the tags (edit) and when you click on it, it turns the link into a textbox where you can edit (autocomplete) and hit enter to commit.
other ideas are welcome . .