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