Unable to download data from tiggzi
I have replaced the < & with [ & ] so that the code won't be treated as html in this window.
When run the alert does not show, also the tiggzi database shows no transaction occurred.
Can anyone see whats wrong with this?
[html]
[head]
[meta http-equiv="Content-Type" content="text/html; charset=windows-1252"]
[title]Json Test[/title]
[script type="text/javascript" src="jquery.js"]
$.getJSON("https://api.tiggzi.com/rest/1/db/coll...",
{
'X-Tiggzi-Database-Id': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx',
'type': 'get',
'dataType': 'json',
'contentType': 'application/json'
},
function(tdata)
{
alert(tdata);
});
[/script]
Code: Select all
[/head] [body]
[/Body]
[/html]