Bootstrap 應該是現在很多人做網站都會用到的 UI Framework,在第四版之後有些舊版的 plugin UI 支援上可能有問題,這個 tag input 的功能應該也是不少想做內容型的網站的朋友需要用到的,就跟大家分享一下支援 Bootstrap 4 的 Tag input。
外掛網址: Bootstrap 4 Tag Input Plugin With jQuery - Tagsinput.js
下載後將 css 和 js 掛上去就好了。
- <link href="tagsinput.css" rel="stylesheet" type="text/css">
- <script src="tagsinput.js">script>
直接使用
- $(".taginput").tagsinput();