Aucun résultat !

Aucun résultat dans le catalogue Institut de Recherche sur le Maghreb Contemporain.

  • l'Institut de recherche sur le Maghreb contemporain
  • Tél: (216) 71 796 722
  • email : bibliotheque@irmcmaghreb.org
$(document).ready(function() { $("#translControl1").autocomplete({ source: function(request, response) { $.ajax({ url: "/cgi-bin/koha/autocomplete_titles.pl", dataType: "json", data: { q: request.term }, success: function(data) { response(data); }, error: function(xhr) { console.error("Erreur d’autocomplétion :", xhr); } }); }, minLength: 2 }); });