document.addEventListener("DOMContentLoaded", function () { const button = document.getElementById('dropdown-button'); const dropdown = document.getElementById('dropdown-content'); button.addEventListener('click', function () { if (dropdown.style.display === 'none' || dropdown.style.display === '') { dropdown.style.display = 'block'; } else { dropdown.style.display = 'none'; } }); // Optional: Close the dropdown if clicking outside document.addEventListener('click', function (event) { if (!button.contains(event.target) && !dropdown.contains(event.target)) { dropdown.style.display = 'none'; } }); });

The  cub came down from the tree, under the watchfull eye of his mum.  He went to fetch his new toy!!  Sweet revenge on those awfull humans 😉

It was a pillow!!  How much fun it is to rip that thing to shreds…

Look mom what I found!!!  You wanna play?

Oh no!!!  It falls down!!!

Hehe, it’s mine!

Pin It on Pinterest

Share This