1
我想在我的angularjs項目中使用這個引導MaxLength插件(http://mimo84.github.io/bootstrap-maxlength/),但它不工作。如果你已經使用過,任何人都可以幫助我嗎?引導MaxLength指標徽章插件不工作
HTML代碼:
<input type="text" id="txtdummy" maxlength="25" />
jQuery代碼:
$(document).ready(function() {
$('input#txtdummy').maxlength({ alwaysShow: true });
});