摘要:
$('selector').autocomplete ({ minLength: 0, source: function (t, r) { // get list here } }) .focus ( function() { if (this.value == "") { $(this).autocomplete('search', ''); } } );感谢:http://www.sikosoft.com/item/activate_jquery_autocomplete_on_focus 阅读全文
posted @ 2013-04-18 15:49 达奇 阅读(363) 评论(0) 推荐(0) 编辑