jquery-load-json
Version:
jQuery plugin that enables developers to load JSON data from the server and load JSON object into the DOM.
29 lines • 612 B
JavaScript
[
{
"ID": 17,
"Name": "Emkay Entertainments",
"Address": "Nobel House, Regent Centre",
"Town": "Lothian",
"Logo":"images/logo17.jpg"
},
{
"ID": 18,
"Name": "The Empire",
"Address": "Milton Keynes Leisure Plaza"
},
{
"ID": 19,
"Name": "Asadul Ltd",
"Address": "Hophouse"
},
{
"ID": 20,
"Name": "Star Records",
"Address": null
},
{
"ID": 21,
"Name": "Ashley Mark Publishing Company",
"Address": "1-2 Vance Court"
}
]