我可以看到一個很好的控制引導-tagsinput不工作
http://timschlechter.github.io/bootstrap-tagsinput/examples/
但基於它我想它下面的代碼沒有工作, 任何一個可以幫助我
<script type="text/javascript" src="jquery-1.10.2.min.js" ></script>
<script src="http://timschlechter.github.io/bootstrap-tagsinput/examples/bower_components/angular/angular.min.js"></script>
<script src="http://timschlechter.github.io/bootstrap-tagsinput/examples/bower_components/google-code-prettify-lite/prettify.js"></script>
<script src="http://timschlechter.github.io/bootstrap-tagsinput/examples/bootstrap-2.3.2/js/bootstrap.min.js"></script>
<script src="http://timschlechter.github.io/bootstrap-tagsinput/dist/bootstrap-tagsinput.js"></script>
<script src="http://timschlechter.github.io/bootstrap-tagsinput/dist/bootstrap-tagsinput-angular.js"></script>
<body>
<br />
<input type="text" value="" data-role="tagsinput" />
<br />
</body>
<script>
$('input').tagsinput({
typeahead: {
source: [{"value":1,"text":"Amsterdam"},
{"value":4,"text":"Washington"},
{"value":7,"text":"Sydney"},
{"value":10,"text":"Beijing"},
{"value":13,"text":"Cairo"}]
}
});
</script>
修復路徑bootstrap.min.js – SaudiD3mon
這不是問題 –
我得到類型錯誤:tagsinput [ARG1]是不是一個功能 –