Skip to content

Instantly share code, notes, and snippets.

@nikku
Created September 2, 2011 21:05
Show Gist options
  • Save nikku/1189917 to your computer and use it in GitHub Desktop.
Save nikku/1189917 to your computer and use it in GitHub Desktop.
<ul id="languages" class="fake-input" tabindex="1"></ul>
<script type="text/javascript">
var tags = ["Java", "Javascript", "Python", "C",
"C++", "Ruby", "CSS", "HTML", "C#",
"Visual Basic", "Prolog", "Smalltalk",
"Scala", "Haskel", "Bash"];
$("#languages").tagit({
tags: tags
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment