jQuery Tags Input PluginjQuery 插件
jQuery Tags Input Plugin 是一個(gè)用來(lái)實(shí)現(xiàn)標(biāo)簽輸入的 jQuery 插件。
插件參數(shù):
$(selector).tagsInput({
'autocomplete_url': url_to_autocomplete_api,
'autocomplete': { option: value, option: value},
'height':'100px',
'width':'300px',
'interactive':true,
'defaultText':'add a tag',
'onAddTag':callback_function,
'onRemoveTag':callback_function,
'onChange' : callback_function,
'delimiter': [',',';'], // Or a string with a single delimiter. Ex: ';'
'removeWithBackspace' : true,
'minChars' : 0,
'maxChars' : 0, // if not provided there is no limit
'placeholderColor' : '#666666'
});評(píng)論
圖片
表情
