Hi,
I want to retrieve data from online site and display it in my own page.I have done this but not working.
$('#sp1').click(function() {
$.getJSON('http://apibeta.yourstory.com/v1/site/YOURSTORY/articles', function(jd) {
window.location = jd[0].permalink;
});
});
Please help me
Thanks and regards
Mohit Kumar