Response title
This is preview!
$.ajax({
url:
main_url+'api-cache/'+slug+'.json?r='+random_number(),
dataType: 'json',
headers: {
'Authorization': "Basic " +
btoa(localStorage.getItem('email') + ":" +
localStorage.getItem('password'))
}
})
.done(function(result) {
© 2013 jQuery Foundation
Sponsored by and others.