0
我想綁定tagsinput
與源選項,但它不起作用。我不明白我在那裏失蹤了什麼。它是我從他們的官方網站http://www.jqueryscript.net/demo/Nice-Tags-Manager-Plugin-with-jQuery-Bootstrap-Bootstrap-Tags-Input/examples/拿來的一小段代碼。在控制檯上也沒有錯誤。 fiddlebootstrap tagsinput源不工作
$(document).ready(function() {
$('#aa').tagsinput({
source:['ams','bms','lite']
})
});