Efficient AutoSuggest with jQuery?

前端 未结 4 1629
北荒
北荒 2021-02-01 11:15

I\'m working to build a jQuery AutoSuggest plugin, inspired by Apple\'s spotlight.

Here is the general code:

$(document).ready(function() { 
$(\'#q\').         


        
4条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-01 11:56

    The autocomplete plugin has a timeout option you can set to do this.

    http://docs.jquery.com/Plugins/AutoComplete/autocomplete

提交回复
热议问题