日期:2014-05-16 浏览次数:21162 次
<script type="text/javascript">
$(function() {
$("#tt").bigAutocomplete({
width: 604,
data: [{
title: "中国好声音",
result: {
ff: "qq"
}
},
{
title: "中国移动网上营业厅"
},
{
title: "中国银行"
},
{
title: "中国移动"
},
{
title: "中国地图,www.baidu.com"
}],
});
})
</script>
<input type="text" name="username" id="tt" size="10" class="ibox">