Skip to content

Instantly share code, notes, and snippets.

@AnkurVyas-BTC
Created August 15, 2016 06:24
Show Gist options
  • Save AnkurVyas-BTC/4a703299af1b7a82a531425b40bacdcd to your computer and use it in GitHub Desktop.
Save AnkurVyas-BTC/4a703299af1b7a82a531425b40bacdcd to your computer and use it in GitHub Desktop.
View file for the tag it demo
<ul id="tags">
<li>My Tag 1</li>
<li>My Tag 2</li>
</ul>
<script type="text/javascript">
$(document).ready(function() {
$("#tags").tagit();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment