function switchecarte(quel) { $("#PlanAnderlecht").attr({ src: quel}); } function apparaitcherche() { $("#bloccherche").slideToggle("normal"); } $(document).ready(function(){ $("#navigation").each(function(){ $(this).append("
  • Rechercher
  • "); }); });