Get the latest version from the Github project page.
The jQuery Plugin tagedit by Oliver Albrecht offers an easy way to add, edit and delete lists of keywords.
Keywords can be brought to the user with a autocomplete list.
This plugin was inspired by the jQuery Plugin Tag it! created by Levy Carneiro Jr.
Create a server side script for the autocompletion list. See the jQuery UI - Autocomplete Documention for more information.
Inside your html, create a <form> element, containing at least one <input> element. Example:
<form action="yoururlgoeshere.php" method="post">
<input type="text" name="tag[]" value="" class="tag"/>
</form>
You need the following files included in your <head> or <body>:
Initialize the plugin on the created <input> element:
$('input.tag').tagedit({
autocompleteURL: 'path/to/your/server'
});
Please report any bugs or feature requests on github:
https://github.com/webworka/Tagedit
I'm Oliver Albrecht, freelancer from Berlin, Germany.
My website: http://webwork-albrecht.de
Twitter: @webworka
Google+: 103236959373765468473