sur recherche si demandé
This commit is contained in:
parent
527445eaba
commit
c7a96c905d
@ -76,9 +76,8 @@ $(function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// champ de recherche dans le menu
|
// champ de recherche dans le menu
|
||||||
$('.loupe a').on('click', function(){
|
$('.loupe > a').on('click', function(){
|
||||||
$(this).siblings('.formulaire_recherche').toggleClass('vu');
|
$(this).siblings('.formulaire_recherche').toggleClass('vu').find('.search').focus();
|
||||||
$('#recherche').focus();
|
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user