jQuery文本框自动联想补全特效(边输入边搜索)
jQuery文本框自动联想补全特效(边输入边搜索) :$(document).ready(function(){ $('#search-form').autocomplete({ hints: proposals, width: 300, height: 30, onSubmit: function(text){ $('#message').html('Selected: ' + text + ''); } }); });
下载地址
用户评论