JSON format for jQuery UI Autocomplete -


the documentation jquery ui autocomplete states source property can set url returns suggested items in json format. however, doesn't elaborate further structure of json result supposed like. post example? thanks!

this json format

{source: ["milan", "turin", "venice", "florence", "rome"] } 

or source

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

Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

c# - How to execute a particular part of code asynchronously in a class -

c# - Asterisk click to call -