English 中文(简体)
如何装载违约价值清单
原标题:jquery ui autocomplete how to load a default value list

very simple question (but I can t find the answer on the Web...): I have an autocomplete field being set this way:

$(document).ready ->
         $( #projecttask_user_name ).autocomplete
                 source: "/autocomplete/users"

我很抱歉,在我选择外地时,会触发来文方,以便获得全部的可能性清单,即使我已经在实地打过任何事情。

我如何能够这样做? 感谢!

最佳回答
问题回答

暂无回答




相关问题
high load on mysql DB how to avoid?

I have a table contain the city around the worlds it contain more than 70,000 cities. and also have auto suggest input in my home page - which used intensively in my home page-, that make a sql query ...

Fast Javascript String Replacement

Hey there geniuses of SO! This is for an autocomplete plugin that needs to accept data as an array of arrays and convert it using a format string (or regex). The format string could be any format. ...

Categorized results – jQuery autocomplete plugin

I m looking for an autocomplete plugin that makes it easy to categorize search results. If that s unclear, take a look at Apple.com s search bar (top right). I know that script.aculo.us autocomplete ...

Limiting IntelliJ IDEA import suggestions on completion

When I type the name of a class which will need to be imported, IntelliJ lovingly pops up with a list of suggestions. However, most of the time those suggestions are things I d never want to import, ...

热门标签