效果:
1、引入对应JS,缺一不可。
<script src="__CDN__/assets/libs/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="__CDN__/assets/libs/jquery/dist/jquery.js"></script>
<script src="__CDN__/assets/js/tagsinput.js"></script>
2、HTML部分
<input type="text" class="form-control" name="tags" data-role='tagsinput' />
3、实例化
<script>
$(document).ready(function(){
$("input[data-role=tagsinput], select[multiple][data-role=tagsinput]").tagsinput();
})
</script>
发表评论 取消回复