Não tenho acesso
Olá!
Eu estou tentando fazer um clone de um botão de Download para aplicar em meu site, estou usando o método .get
Porem da erro, olhe:
>
No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost' is therefore not allowed access.
Como posso pegar esse download e aplicar em meu site usando jQuery?
jQuery(document).ready(function(){
jQuery.get('link_que_cotem_o_download', function(data){
capturedownload = jQuery('#gaming .play ul li a', data).clone();
jQuery('#downgame span').html(capturedownload);
});
});
Desde já obrigado.
Discussão (9)
Carregando comentários...