JSON format for jQuery UI Autocomplete

前端 未结 6 939
青春惊慌失措
青春惊慌失措 2021-02-19 05:20

The documentation for jQuery UI Autocomplete states that the source property can be set to a URL that returns the suggested items in JSON format. However, it doesn

6条回答
  •  猫巷女王i
    2021-02-19 05:53

    This is a JSON Format

    {source: ["Milan", "Turin", "Venice", "Florence", "Rome"] }
    

    or another source

    {source: ["c++", "java", "php", "coldfusion", "javascript", "asp", "ruby"]}
    

提交回复
热议问题