Line | |
---|
1 | function switchecarte(quel) { |
---|
2 | $("#PlanAnderlecht").attr({ src: quel}); |
---|
3 | } |
---|
4 | |
---|
5 | function apparaitcherche() { |
---|
6 | $("#bloccherche").slideToggle("normal"); |
---|
7 | } |
---|
8 | |
---|
9 | $(document).ready(function(){ |
---|
10 | $("#navigation").each(function(){ |
---|
11 | $(this).append("<li><a href='javascript:apparaitcherche();' class='titre-recherche'>Rechercher</a></li><li id='bloccherche' style='display:none'><form action='spip.php?page=recherche' method='get'><input name='page' value='recherche' type='hidden' /><input type='text' class='forml' name='recherche' id='rechercher' value='--->' onfocus='this.value="";' /></form></li>"); |
---|
12 | }); |
---|
13 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.