Created
August 15, 2016 06:24
-
-
Save AnkurVyas-BTC/4a703299af1b7a82a531425b40bacdcd to your computer and use it in GitHub Desktop.
View file for the tag it demo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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