A MooTools plugin that enables easy entry and editing for "tags", including AJAX (cough) look-ups or pre-defined arrays of "answers". Warning: I don't develop or support it anymore.

new mooTagify(element[, request, options]);
<div id="tagWrap" class="hide">
<div class="left tagLock">
<!-- tags will go here -->
</div>
<div class="left">
<input value="preload,tags,here" id="listTags" name="listTags" placeholder="+Add tags" />
</div>
<div class="clear"></div>
</div>
Returns an array of the current tags
var array = myMooTagify.getTags();
This needs PHP to run the results mocker: http://fragged.org/mooTagify/Demo/
Check the contents of the test directory and the README.md provided.
A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.
Found a bug in this plugin? Please report it this repository's Github Issues.
blog comments powered by Disqus