Intitulé du poste

Le Poste

Valable avant

Catégorie :

Contrat :

description du poste ….
missions …
profil recherche …
elegilite ….
Contact ….
; let iterable_fields = { description: 'descriptionDuPoste', missions: 'missions', profil: 'profilRecherche', contacts_informations: 'contactInformation', eligibilite: 'elegibilite' }; for(section in _response){ if(iterable_fields.hasOwnProperty(section)){ jQuery(`\div#${iterable_fields[section]} .card-body`).html(_response[section]); } } jQuery(document).ready(function () { let queryString = window.location.search; let urlParams = new URLSearchParams(queryString); let intituleOffre = urlParams.get('intitule_offre'); jQuery("#nom_offre").text(intituleOffre); });