Bootstrap-Tagsinput

Bootstrap Tags Input is a jQuery plugin providing a Twitter Bootstrap user interface for managing tags.

How to use?

Add the following library Bootstrap-tagsinput stylesheet and script in your page.

Copy-paste the stylesheet <link> into your <head> to load the CSS.

            
              <link rel="stylesheet" href="assets/vendor/bootstrap-tagsinput/css/bootstrap-tagsinput.css">
            
          

Copy-paste the following <script> near the end of your pages under JS Implementing Plugins to enable it.

            
              <script src="assets/vendor/bootstrap-tagsinput/js/bootstrap-tagsinput.min.js"></script>
            
          

Example

            
              <div class="u-tagsinput">
                <input type="text" value="HTML5, CSS3, JavaScript, jQuery" data-role="tagsinput">
              </&div>
            
          

Official Documentation

For more detailed information, see the official documentation: Bootstrap-tagsinput.