標籤輸入外掛
bootstrap-tagsinput
star: 3k
github: https://github.com/bootstrap-tagsinput/bootstrap-tagsinput
例項: http://bootstrap-tagsinput.github.io/bootstrap-tagsinput/examples/
- 需要引入 jquery、bootstrap
- bootstrap 版本為3.3.5 ,不支援4.x版本
示例
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.bootcdn.net/ajax/libs/jquery/3.5.1/jquery.js"></script>
<link href="https://cdn.bootcdn.net/ajax/libs/twitter-bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.bootcdn.net/ajax/libs/twitter-bootstrap/3.3.5/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="bootstrap-tagsinput.css">
<script src="bootstrap-tagsinput.min.js"></script>
<title>Document</title>
</head>
<body>
<input type="text" value="Amsterdam,Washington,Sydney,Beijing,Cairo" data-role="tagsinput" >
</body>
</html>
jQuery-Tags-Input
star: 2.3k
github: https://github.com/xoxco/jQuery-Tags-Input
例項: http://xoxco.com/projects/code/tagsinput/example.html
示例
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="./src/jquery.tagsinput.css" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="./src/jquery.tagsinput.js"></script>
<title>Document</title>
</head>
<body>
<input name="tags" id="tags" />
<script>
$('#tags').tagsInput();
</script>
</body>
</html>
相關文章
- jquery外掛jquery TagBox(建立標籤輸入框)教程jQuery
- 自動為新文章新增標籤WordPress外掛(可控制標籤數量)
- DEMO6:座標新增文字標籤的JavaScript外掛JavaScript
- 第 15 章 標籤頁和工具提示外掛
- 8款Chrome外掛讓你的標籤頁更酷炫Chrome
- Angular 實現輸入框中顯示文章標籤Angular
- WordPress外部連結新增nofolow標籤的設定方法(外掛法)
- 實現一個帶浮動標籤的輸入框
- VS Code - Vim 外掛自動切換輸入法
- input標籤附帶提示文字(bootstrap裡面輸入框的兩側同時新增額外元素)boot
- [外掛擴充套件]onethink自定義分類標籤-關聯模型套件模型
- jQuery A+ ,一款用於增強a元素標籤功能的外掛jQuery
- WP AutoTags外掛:自動為文章新增相關關鍵詞標籤
- Mybatis配置檔案中Select元素標籤輸入引數有多少種輸入方式呢?MyBatis
- fcpx外掛Bold Pop for Mac fcpx流行標題外掛Mac
- Word輸入輔助外掛:數學公式編輯器公式
- [外掛擴充套件]qq登入外掛套件
- 使用BookMarkHub外掛進行書籤同步
- jQuery Label Better – 友好的表單輸入框提示外掛jQuery
- Java —— 標準輸入輸出Java
- 微信登入外掛
- Chrome外掛入門Chrome
- Vim外掛入門
- 修改ctags讓fzf.vim外掛顯示C,C++方法宣告的標籤C++
- 郵箱輸入自動補全jquery外掛程式碼例項jQuery
- python 標準輸入輸出Python
- Fluttify輸出Flutter外掛工程詳解Flutter
- iOS 控制檯輸出中文,非外掛iOS
- 前端入門2-HTML標籤前端HTML
- properties標籤和typeAliases標籤
- 沒有框架怎麼辦?原生 CSS + JS 實現一個標籤輸入框框架CSSJS
- gitbook 入門教程之實用外掛(新增3個外掛)Git
- Linux的標準輸入、標準輸出和標準錯誤Linux
- Chrome外掛開發入門Chrome
- [Vue] 外掛開發入門Vue
- Qt入門(11)——Qt外掛QT
- Vue3中SEO最佳化實踐:利用unhead vue外掛設定Mate標籤Vue
- HTML標籤(基本標籤的使用)HTML