Little (hopefully) well designed pieces of code I want to share with you.
Tags Manager (a jQuery plugin)
While working on logmymoney.com an online personal finance tool, I found myself in need of a simple solution to manage tags like in the example below.
HTML markup
<input type="text" name="tags" placeholder="Tags" class="tagManager"/>
Javascript
jQuery(".tagManager").tagsManager();
Tags Manager repository and scripts on github