摘要:
View Code function Suggest(textInput, config) { if (!(this instanceof Suggest)) { return new Suggest(textInput, config); } var now = function() { return (new Date).getTime(); }; var EMPTY = "", SPACE = " ", HIDDEN = "hidden", ... 阅读全文
posted @ 2012-05-03 16:24
LcKey
阅读(693)
评论(0)
推荐(0)