So, I know this question has been answered a lot of times already (I've tried the answers of some of them) but I just can't get it to work!
I am trying to get the json from http://services.runescape.com/m=itemdb_rs/api/catalogue/detail.json?item=1739 get the item.current.price data. Because this updates every day, I can't download the json and use it locally.
I've tried JSONP, $.ajax, CORS, all kinds of stuff! If someone could help me do this in javascript, it would be highly appreciated.