var vURL = "https://webs.academia.cat/assets/api_cicle/noticies.php"; $.ajax({ url: vURL, type: "POST", data: { codient: '085', tipusent: '2', paginacio: "true", format:'html', limit: '8', autoIni: 'true', detall: '?p=page/html/detallnoticia', param_idnoticia : '/', bootstrap4: 'true', prioritat:'false' }, success: function (r) { $("#retornHTML").html(r); $("#retornHTML").find('#retornApi').remove(); $('#retornHTML').find('hr').before('
').remove(); } });