$.selectSuggest('testInput',datas,function(){
console.log($(this).attr("id"),$(this).html());
},{
suggestMaxHeight:'200px',//弹出框最大高度
itemColor : '#000000',//默认字体颜色
itemBackgroundColor:'RGB(199,237,204)',//默认背景颜色
itemOverColor : '#ffffff',//选中字体颜色
itemOverBackgroundColor : '#C9302C',//选中背景颜色
itemPadding : 3 ,//item间距
fontSize : 12 ,//默认字体大小
alwaysShowALL : true//点击input是否展示所有可选项
});
插件怎么使用 好尴尬