So, I'm getting HTML content from an external site and rendering in my hybrid application. So far so good. I have the following code so far:
$.ajax({
url: '{{SuaUrlAqui}}',
headers: {'X-Requested-With': 'XMLHttpRequest'},
type: 'GET',...
asked by
17.04.2017 / 16:30