mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2025-07-01 11:31:45 +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-right");
|
||||||
$(".nine i").toggleClass("fa-chevron-down");
|
$(".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…
Add table
Add a link
Reference in a new issue