All Projects → amazeui → tagsinput

amazeui / tagsinput

Licence: other
jQuery tags input plugin based on Amaze UI 2.x.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Amaze UI Tags Input


Amaze UI 标签输入插件。

项目源自 Bootstrap Tags Input,样式调整为 Amaze UI 风格。

使用说明:

  1. 获取 Amaze UI Tags Input
  1. 在 Amaze UI 样式之后引入 Tags Input 样式:

Amaze UI Tagsinput 依赖 Amaze UI 样式。

<link rel="stylesheet" href="path/to/amazeui.min.css"/>
<link rel="stylesheet" href="path/to/amazeui.tagsinput.css"/>
  1. 在 jQuery 之后引入 Tags Input 插件:
<script src="path/to/jquery.min.js"></script>
<script src="path/to/amazeui.tagsinput.min.js"></script>
  1. 初始化 Tags Input:
$(function() {
  $('#my-tags').tagsinput();
});

可以监听到 jQuery Ready 事件的 DOM 也可以使用 data-am-tagsinput 钩子自动初始化:

<input type="text" data-am-tagsinput />
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].