offres-emploi-detail

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)){ $(`\div#${iterable_fields[section]} .card-body`).html(_response[section]); } }