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

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -