header
This commit is contained in:
@@ -4,5 +4,14 @@ $(function(){
|
||||
console.log("$ ready !!");
|
||||
$('.last-news').slick();
|
||||
$('.last-ressources').slick();
|
||||
|
||||
$('.close-block').click(function(){
|
||||
$(this).parent().fadeOut();
|
||||
});
|
||||
$('.open-block').click(function(){
|
||||
$(this).prev().fadeIn();
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user