前端之家收集整理的这篇文章主要介绍了
jQuery tagsinput在h5邮件客户端中应用详解,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
最近一直在折腾邮件的h5应用,为了保证在pc,ios,android端都可以使用,所以使用H5页面的方式嵌入app的webview中。
UI大概是这样的
Jquery tagsinput下载:
首先引入js和css
输入框
添加了',tag);
// },// 'onRemoveTag': function (tag) {
// console.log('移除了',// 'onChange': function (tag) {
// console.log('变化了',// 'delimiter': [',',';'],// Or a string with a single delimiter. Ex: ';'
// 'removeWithBackspace': true,// 'minChars': 0,// 'maxChars': 0,// if not provided there is no limit
// 'placeholderColor': '#666666'
//});