Tagging

Snippset uses the amsify.suggestags plugin for tagging.

To use the plugin include the CSS and JavaScript files on the page and attach the plugin to the input field.

<link href="~/lib/suggestags/css/amsify.suggestags.css" rel="stylesheet" />
...
<script src="~/lib/suggestags/js/jquery.amsify.suggestags.js"></script>
...
$('input[id="snippTags"]').amsifySuggestags({
    type: 'bootstrap',
    defaultTagClass: ['suggestags-tg']
});

The source code can be found at GitHub - amsify42/jquery.amsify.suggestags: This is a JQuery plugin for input tags with auto complete suggestion.

Additional Resources

Snippset

Comments

Leave a Comment

All fields are required. Your email address will not be published.