Successfully added
Website Feature Development
by Patrik
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
- Tagging Plugins from jQuery plugins - snippet provides a list of plugins.
Snippset
Referenced in:
Comments