敏哥gege
2017-10-26 17:14:37
证
jQuery文本输入框联想补全自动完成插件
一款简单使用的jQuery文本框联想补全自动完成插件,可定义索引关键词,可设置输入框的宽高,支持搜索回调函数的jQuery搜索框输入关键词自动联想补全代码。
js代码
<script src="dist/autocomplete.js"></script>
<script>
var proposals = ['at', 'boat', 'bear', 'chief', 'dog', 'drink', 'elephant', 'fruit', 'grave','hotel', 'illness', 'London', 'motorbike','最代码网','最喜欢啊','最爱这个'];
$(document).ready(function(){
$('#search-form').autocomplete({
hints: proposals,
width: 300,
height: 30,
onSubmit: function(text){
$('#message').html('Selected: <b>' + text + '</b>');
}
});
});
</script>
gif动图
猜你喜欢
请下载代码后再发表评论
文件名:jQuery文本框联想补全自动完成插件.zip,文件大小:36.173K
下载
- /
- /dist
- /dist/autocomplete.css
- /dist/autocomplete.js
- /dist/jquery.js
- /index.html
- /style.css
- /dist
相关代码
最近下载
Admin-hlx LV1
2022年11月1日
我是你的孢 LV1
2022年3月23日
尔雅小六 LV1
2022年3月15日
123232323 LV2
2021年8月20日
ididfqfq LV1
2021年5月31日
lclinlclin LV14
2021年5月27日
suifeng123 LV1
2021年1月11日
chihechihe LV1
2020年11月20日
郭亚钢 LV8
2020年11月6日
zltt970906 LV1
2020年10月22日
最近浏览
Taoaqi LV3
2023年2月14日
Admin-hlx LV1
2022年11月1日
微信网友_6168027213860864
2022年10月9日
暂无贡献等级
honoraaa LV1
2022年3月30日
我是你的孢 LV1
2022年3月23日
尔雅小六 LV1
2022年3月15日
MIAOHUA LV6
2022年1月13日
微信网友_5784397325176832
2022年1月11日
暂无贡献等级
751948
2021年12月14日
暂无贡献等级
hesiqiqiqi LV1
2021年11月19日