getJSON for dropbox data
- by gheil.apl
Although i used getJSON in
http://jsbin.com/dbJSON/edit
i have not been able to connect with any of my own made up data.
i tried 4, and the example at Flickr for "cats".
Only the latter worked... this is the output:
{assoc: null,assoc.js: null,stub: null,stub.js: null,cat: [object Object]}
i am at that "base", as i did get the image there, but
db.tgu.ca/repsychal/poems/10/0512-g2g/assoc.json
db.tgu.ca/repsychal/poems/10/0512-g2g/assoc.js
db.tgu.ca/repsychal/poems/10/0512-g2g/stub.json
db.tgu.ca/repsychal/poems/10/0512-g2g/stub.js
were all invisible==null! (they are all URL, just put h t t p //: in front ... a restriction on the # of URL in a post)
How do i get "my" data into the page?