mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 16:25:12 +00:00
commit
7c98a04b50
1 changed files with 9 additions and 1 deletions
|
@ -83,6 +83,14 @@ $(document).ready(function() {
|
|||
$(".nine i").toggleClass("fa-chevron-right");
|
||||
$(".nine i").toggleClass("fa-chevron-down");
|
||||
});
|
||||
|
||||
$(".ten").click(function(){
|
||||
$(".j").fadeToggle(300);
|
||||
$(".ten j").toggleClass("fa-chevron-right");
|
||||
$(".ten j").toggleClass("fa-chevron-down");
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue