摘要: 修改了我之前的版本,接近完美了(function(window){ var autoClue = { /* * getContent 获取自动提示的数据的函数,该函数发送同步请求,并返回结果集数组 * txt 文本框dom对象 * clue ul无序列表dom对象 * txtInitValue 文本框初始化文本 * txtEnterAction 用户输入完成,按enter键后触发的函数 */ clue : function(getContent, txt, clue, txtInitValue, txtEnterAction){ v... 阅读全文
posted @ 2011-10-17 15:49 realwall 阅读(350) 评论(0) 推荐(0)