Contact

    Nous contacter :
    Remplissez le formulaire et votre message nous sera envoyé
    .

    * Champs obligatoires

     



    ').append(data).find("#ajaxSearchResults")); } opacity(100); // on bind les liens pour changer de page, et la page courante revient à 1 binds(); page=1; lock=false; $('body').triggerHandler('instantSearchChange'); }); } function opacity(value){ var ie=(value==100)? 'none' : 'alpha(opacity='+value+')' ; $("#ajaxSearchResults").css({opacity : value/100, filter : ie }); } //lie les liens pour la pagination function bindPage(){ opacity(50); $.get('/instantsearch'+$(this).attr('href'), function(data){ $("#content").find("#ajaxSearchResults").replaceWith($('
    ').append(data).find("#ajaxSearchResults")); opacity(100); binds(); $('body').triggerHandler('instantSearchChange'); $('body').triggerHandler('instantSearchPageChange'); } ); return false; } // bouton "retour" pour réafficher le contenu d'avant la recherche (uniquement si ajax) function showButton(){ $('#hideSearch').show().bind('click',function hideSearch(){ $("#content").empty().append(previousPage); ctx_search=false; }); } });