jquery输入框自动提示
摘要:
1. 下载jar包:jquery.autocomplete.js2. 页面内容: //初始化页面加载项 $(function (){ var options = { serviceUrl:'url路径'}; $('#queryId').autocomplete(options); }... 阅读全文
posted @ 2014-09-15 14:39 Msea 阅读(122) 评论(0) 推荐(0)
posted @ 2014-09-15 14:39 Msea 阅读(122) 评论(0) 推荐(0)