摘要:
$("#autocomplete").autocomplete("data.aspx", { minChars: 0, max:15, width: 200, scroll: false, scrollHeight: 500, //需要把data转换成json数据格式 parse: function(data) { return ... 阅读全文
posted @ 2013-06-25 23:15 reckcn 阅读(118) 评论(0) 推荐(0)
|
|||
|
摘要:
$("#autocomplete").autocomplete("data.aspx", { minChars: 0, max:15, width: 200, scroll: false, scrollHeight: 500, //需要把data转换成json数据格式 parse: function(data) { return ... 阅读全文
posted @ 2013-06-25 23:15 reckcn 阅读(118) 评论(0) 推荐(0) |
|||